ZswapLedgerEvent
For the complete documentation index, see llms.txt
zswap 관련 원장 이벤트입니다.
type ZswapLedgerEvent {
id: Int!
raw: HexEncoded!
maxId: Int!
protocolVersion: Int!
}
Fields
ZswapLedgerEvent.id ● Int! non-null scalar
이 zswap 원장 이벤트의 ID입니다.
ZswapLedgerEvent.raw ● HexEncoded! non-null scalar
16진수로 인코딩된 직렬화 이벤트입니다.
ZswapLedgerEvent.maxId ● Int! non-null scalar
전체 zswap 원장 이벤트의 최대 ID입니다.
ZswapLedgerEvent.protocolVersion ● Int! non-null scalar
프로토콜 버전입니다.
Returned By
zswapLedgerEvents subscription
Member Of
RegularTransaction object ● SystemTransaction object ● Transaction interface