txpool
Last updated
TxPoolResult<PoolTransactionMap<PoolTransaction>>interface: api.rpc.txpool.content
jsonrpc: txpool_content
summary: Lists the exact details of all the transactions currently pending for inclusion in the next block(s), as well as the ones that are being scheduled for future execution only.
TxPoolResult<PoolTransactionMap<PoolSummary>>interface: api.rpc.txpool.inspect
jsonrpc: txpool_inspect
summary: Lists a textual summary of all the transactions currently pending for inclusion in the next block(s), as well as the ones that are being scheduled for future execution only.
TxPoolResult<U256>interface: api.rpc.txpool.status
jsonrpc: txpool_status
summary: Lists the number of transactions currently pending for inclusion in the next block(s), as well as the ones that are being scheduled for future execution only.
Last updated