txpool_status
txpool_status RPC Method
Parameters:
none
Returns:
object - The transaction call object which contains the following fields:
pending - The total number of pending transactions in the txpool, represented in hexadecimal format
queued - The total number of queued transactions in the txpool, represented in hexadecimal format
Code Examples:
Last updated