DustSpendProcessed
No description
type DustSpendProcessed implements DustLedgerEvent {
id: Int!
raw: HexEncoded!
maxId: 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.
Interfaces
DustLedgerEvent interface
A dust related ledger event.