txpool_inspect: Summary of the information about pending and queued transactions.
Description
txpool_inspect returns a list with 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. This is a method
specifically tailored to developers to quickly see the transactions in the
pool and find any potential issues.
Usage
txpool_inspect()
Arguments
Value
Object - Summary of the information about the pending and queued
transactions to be inserted in the blockchain.