txpool_content
Returns a list of pending and queued transactions.
This method will use 5000
Compute Units.
Parameters
None
Returns
A map of arrays of pending
and queued
transactions with the following fields:
blockHash
- Hash of block the transaction is in, null since its pendingblockNumber
- hexadecimal block number of the block the transaction is in, null since pendingfrom
- Address of the sendergas
- The total amount of gas used in the transactiongasPrice
- The total amount in wei the sender is willing to pay for the transactionmaxFeePerGas
- The maximum amount of gas willing to be paid for the transactionmaxPriorityFeePerGas
- The maximum amount of gas to be included as a tip to the minerhash
- Hash of the transactioninput
- Encoded transaction input datanonce
- Number of transactions the sender has sent till nowv
- hexadecimal ECDSA recovery idr
- ECDSA signature rs
- ECDSA signature sto
- Address of the receivertransactionIndex
- hexadecimal integer of the transactions index position in the block, null since pendingtype
- A number between 0 and 0x7f, for a total of 128 possible transaction types.value
- hexadecimal value transferred
Last updated