Skip to content

GetAccountTransactionsArgs

Defined in: packages/ledger-icp/src/candid/index.d.ts:35

account: Account

Defined in: packages/ledger-icp/src/candid/index.d.ts:47


max_results: bigint

Defined in: packages/ledger-icp/src/candid/index.d.ts:39

Maximum number of transactions to fetch.


start: [] | [bigint]

Defined in: packages/ledger-icp/src/candid/index.d.ts:46

The txid of the last transaction seen by the client. If None then the results will start from the most recent txid. If set then the results will start from the next most recent txid after start (start won’t be included).