txpool_status
Returns the number of transactions in pending and queued states (Supported only on Geth). The API credit value for this method is 100.
Parameters- This method does not accept any parameters
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
Last updated