Learn R Programming

gethr (version 0.1.0)

txpool_status: Number of pending and queued transactions.

Description

txpool_status returns 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.

Usage

txpool_status()

Arguments

Value

Integer - Number of pending and queued transactions.

See Also

Other txpool functions: gethr, txpool_content, txpool_inspect

Examples

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

Run the code above in your browser using DataLab