ListTransactionsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The catalog for which to list transactions. Defaults to the account ID of the caller.

Link copied to clipboard

The maximum number of transactions to return in a single call.

Link copied to clipboard

A continuation token if this is not the first call to retrieve transactions.

Link copied to clipboard

A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String