Skip to main content

DustGenerationDtimeUpdate

No description

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

Fields

DustGenerationDtimeUpdate.id ● Int! non-null scalar

The ID of this dust ledger event.

DustGenerationDtimeUpdate.raw ● HexEncoded! non-null scalar

The hex-encoded serialized event.

DustGenerationDtimeUpdate.maxId ● Int! non-null scalar

The maximum ID of all dust ledger events.

DustGenerationDtimeUpdate.protocolVersion ● Int! non-null scalar

The protocol version.

Interfaces

DustLedgerEvent interface

A dust related ledger event.