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.
Truncated number of transactions to display. If max=0, returns all pending txns.
Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.
PendingTransactions is an array of signed transactions exactly as they were submitted.
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]+
Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.
Details about a pending transaction. If the transaction was recently confirmed, includes confirmation details like the round and reward details.