bkfee: Compute fee in a block

Description Usage Arguments Value Author(s) See Also

View source: R/UtilFuncs.R

Description

This function returns the fee of the coinbase transaction. Hereby, the mining reward has been deducted. Initially, the mining reward was 50 BTC and is halved every 210,000 blocks.

Usage

1
bkfee(con, height)

Arguments

con

CONRPC, configuration object.

height

integer, the height of the block.

Value

numeric

Author(s)

Bernhard Pfaff

See Also

Other UtilityFuncs: blockattime, blockstats, 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 bkfee in rbtc...