blockstats: Obtaining statistics of a block

Description Usage Arguments Value Author(s) See Also

View source: R/UtilFuncs.R

Description

This function returns key statistics of a block's content, such as the time, the count of transactions, and summary statistics of the UTXOs.

Usage

1
blockstats(con, height, excoinbase = TRUE)

Arguments

con

CONRPC, configuration object.

height

integer, the block's height.

excoinbase

logical, whether coinbase transaction should be excluded (default is TRUE).

Value

An object of class data.frame

Author(s)

Bernhard Pfaff

See Also

Other UtilityFuncs: bkfee, blockattime, date2int, int2date, intMaxDay, intMinDay, intRangeDay, intRangePeriod, timeofblock, txfee, txids, txinids, txstats, utxoage, utxotype, utxovalue


rbtc documentation built on May 2, 2019, 12:20 p.m.

Related to blockstats in rbtc...