ListLedgerEntriesQueryParamProperties interface
Properties
| collection |
The collection id. |
| from |
Specify the first transaction ID in a range. |
| to |
Specify the last transaction ID in a range. |
Property Details
collectionId
The collection id.
collectionId?: string
Property Value
string
fromTransactionId
Specify the first transaction ID in a range.
fromTransactionId?: string
Property Value
string
toTransactionId
Specify the last transaction ID in a range.
toTransactionId?: string
Property Value
string