Skip to main content

DustSpendProcessed

No description

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

Fields

DustSpendProcessed.id ● Int! non-null scalar

The ID of this dust ledger event.

DustSpendProcessed.raw ● HexEncoded! non-null scalar

The hex-encoded serialized event.

DustSpendProcessed.maxId ● Int! non-null scalar

The maximum ID of all dust ledger events.

DustSpendProcessed.protocolVersion ● Int! non-null scalar

The protocol version.

Interfaces

DustLedgerEvent interface

A dust related ledger event.