Skip to main content

ZswapLedgerEvent

A zswap related ledger event.

type ZswapLedgerEvent {
id: Int!
raw: HexEncoded!
maxId: Int!
protocolVersion: Int!
}

Fields

ZswapLedgerEvent.id ● Int! non-null scalar

The ID of this zswap ledger event.

ZswapLedgerEvent.raw ● HexEncoded! non-null scalar

The hex-encoded serialized event.

ZswapLedgerEvent.maxId ● Int! non-null scalar

The maximum ID of all zswap ledger events.

ZswapLedgerEvent.protocolVersion ● Int! non-null scalar

The protocol version.

Returned By

zswapLedgerEvents subscription

Member Of

RegularTransaction object ● SystemTransaction object ● Transaction interface