Learn R Programming

gethr (version 0.1.0)

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.

See Also

Other txpool functions: gethr, txpool_content, txpool_status

Examples

Run this code
# NOT RUN {
txpool_inspect()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab