Skip to content

PendingTransactionsResponse

PendingTransactionsResponse = object

Defined in: packages/algod_client/src/models/pending-transactions-response.ts:9

PendingTransactions is an array of signed transactions exactly as they were submitted.

topTransactions: SignedTransaction[]

Defined in: packages/algod_client/src/models/pending-transactions-response.ts:13

An array of signed transaction objects.


totalTransactions: number

Defined in: packages/algod_client/src/models/pending-transactions-response.ts:18

Total number of transactions in the pool.