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