TransactionReceiptOutput interface
Properties
| receipt | |
| state | State of a ledger query. |
| transaction |
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
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