Skip to main content

DustSpendProcessed

For the complete documentation index, see llms.txt

No description

type DustSpendProcessed implements DustLedgerEvent {
id: Int!
raw: HexEncoded!
maxId: Int!
protocolVersion: Int!
}

Fields

DustSpendProcessed.id ● Int! non-null scalar

이 DUST 원장 이벤트의 ID입니다.

DustSpendProcessed.raw ● HexEncoded! non-null scalar

16진수로 인코딩된 직렬화 이벤트입니다.

DustSpendProcessed.maxId ● Int! non-null scalar

전체 DUST 원장 이벤트의 최대 ID입니다.

DustSpendProcessed.protocolVersion ● Int! non-null scalar

프로토콜 버전입니다.

Interfaces

DustLedgerEvent interface

DUST 관련 원장 이벤트입니다.