List Transactions Request
Request message for LedgerService.ListTransactions.
Properties
Optional. End of the checkpoint range to query (exclusive). Defaults to the current indexed ledger tip.
Optional. DNF filter over indexed dimensions. If absent, all transactions in the range are returned.
Optional cursor-bounded query options. If unspecified, reads in ascending order with the default item limit. The server enforces a maximum item limit and silently coerces larger values down to it. To paginate, pass the last received Watermark.cursor as options.after (ascending) or options.before (descending) on the next request.
Returns the field-presence view for this ListTransactionsRequest instance.
Optional. Start of the checkpoint range to query (inclusive). Defaults to genesis.
Functions
Copies the original message, including unknown fields.