LedgerEntryOutput interface
Properties
| collection |
|
| contents | Contents of the ledger entry. |
| 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
collectionId
collectionId?: string
Property Value
string
contents
Contents of the ledger entry.
contents: string
Property Value
string
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