Pending
Last updated
Last updated
Get the list of pending transactions by address, sorted by priority, in decreasing order, truncated at the end at MAX. If MAX = 0, returns all pending transactions.
An account public key
[A-Z0-9]{58}
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.
An array of signed transaction objects.
Total number of transactions in the pool.