blockstats {rbtc} | R Documentation |
Obtaining statistics of a block
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
blockstats(con, height, excoinbase = TRUE)
Arguments
con |
|
height |
|
excoinbase |
|
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
[Package rbtc version 0.1-6 Index]