Class PendingTransactionsResponse

A potentially truncated list of transactions currently in the node's transaction pool. You can compute whether or not the list is truncated if the number of elements in the top-transactions array is fewer than total-transactions.

Implements

Constructors

Properties

topTransactions: SignedTransaction[]

An array of signed transaction objects.

totalTransactions: number

Total number of transactions in the pool.

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc