txpool_status
can be queried for 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.
Parameters
None
Return Value
Type
Description
int
The number of pending transactions.
int
The number of queued transactions.
Example
Last updated