Get the list of pending transactions, sorted by priority, in decreasing order, truncated at the end at MAX. If MAX = 0, returns all pending transactions.
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.
Given a transaction ID of a recently submitted transaction, it returns information about it. There are several cases when this might succeed:
A transaction ID
[A-Z0-9]+
Given a transaction ID of a recently submitted transaction, it returns information about it. There are several cases when this might succeed:
Or the transaction may have happened sufficiently long ago that the node no longer remembers it, and this will return an error.
The application index if the transaction was found and it created an application.
The number of the asset's unit that were transferred to the close-to address.
The asset index if the transaction was found and it created an asset.
Rewards in microalgos applied to the close remainder to account.
Closing amount for the transaction.
The round where this transaction was confirmed, if present.
Application state delta.
Inner transactions produced by application execution.
Local state key/value changes for the application being executed by this transaction.
Logs for the application being executed by this transaction.
Indicates that the transaction was kicked out of this node's transaction pool (and specifies why that happened). An empty string indicates the transaction wasn't kicked out of this node's txpool due to an error.
Rewards in microalgos applied to the receiver account.
Rewards in microalgos applied to the sender account.
The raw signed transaction.