txpool
content(): TxPoolResult<PoolTransactionMap<PoolTransaction>>
TxPoolResult<PoolTransactionMap<PoolTransaction>>interface:
api.rpc.txpool.contentjsonrpc:
txpool_contentsummary: 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.
inspect(): TxPoolResult<PoolTransactionMap<PoolSummary>>
TxPoolResult<PoolTransactionMap<PoolSummary>>interface:
api.rpc.txpool.inspectjsonrpc:
txpool_inspectsummary: 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.
status(): TxPoolResult<U256>
TxPoolResult<U256>interface:
api.rpc.txpool.statusjsonrpc:
txpool_statussummary: 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