DustGenerationDtimeUpdate
For the complete documentation index, see llms.txt
No description
type DustGenerationDtimeUpdate implements DustLedgerEvent {
id: Int!
raw: HexEncoded!
maxId: Int!
protocolVersion: Int!
}
Fields
DustGenerationDtimeUpdate.id ● Int! non-null scalar
이 DUST 원장 이벤트의 ID입니다.
DustGenerationDtimeUpdate.raw ● HexEncoded! non-null scalar
16진수로 인코딩된 직렬화 이벤트입니다.
DustGenerationDtimeUpdate.maxId ● Int! non-null scalar
전체 DUST 원장 이벤트의 최대 ID입니다.
DustGenerationDtimeUpdate.protocolVersion ● Int! non-null scalar
프로토콜 버전입니다.
Interfaces
DustLedgerEvent interface
DUST 관련 원장 이벤트입니다.