Share via


LedgerEntry interface

Properties

collectionId
contents

Contents of the ledger entry.

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

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