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.
Properties
Section titled “Properties”topTransactions
Section titled “topTransactions”topTransactions:
SignedTransaction[]
Defined in: packages/algod_client/src/models/pending-transactions-response.ts:13
An array of signed transaction objects.
totalTransactions
Section titled “totalTransactions”totalTransactions:
number
Defined in: packages/algod_client/src/models/pending-transactions-response.ts:18
Total number of transactions in the pool.