Share via


TransactionReceiptOutput interface

Properties

receipt
state

State of a ledger query.

transactionId

A unique identifier for the state of the ledger. If returned as part of a LedgerEntry, it indicates the state from which the entry was read.

Property Details

receipt

receipt?: ReceiptContentsOutput

Property Value

state

State of a ledger query.

state: "Loading" | "Ready"

Property Value

"Loading" | "Ready"

transactionId

A unique identifier for the state of the ledger. If returned as part of a LedgerEntry, it indicates the state from which the entry was read.

transactionId: string

Property Value

string