ListTransactionsRequest

Request message for LedgerService.ListTransactions.

Properties

Link copied to clipboard
abstract val endCheckpoint: <Error class: unknown class>?

Optional. End of the checkpoint range to query (exclusive). Defaults to the current indexed ledger tip.

Link copied to clipboard

Optional. DNF filter over indexed dimensions. If absent, all transactions in the range are returned.

Link copied to clipboard
abstract val options: QueryOptions

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.

Link copied to clipboard

Returns the field-presence view for this ListTransactionsRequest instance.

Link copied to clipboard
abstract val readMask: FieldMask

Optional. Mask for specifying which parts of the ExecutedTransaction should be returned.

Link copied to clipboard
abstract val startCheckpoint: <Error class: unknown class>?

Optional. Start of the checkpoint range to query (inclusive). Defaults to genesis.

Functions

Link copied to clipboard
fun ListTransactionsRequest.copy(body: <Error class: unknown class>.() -> Unit = {}): ListTransactionsRequest

Copies the original message, including unknown fields.