bkfee {rbch} | R Documentation |
Compute fee in a block
Description
This function returns the fee of the coinbase transaction. Hereby, the mining reward has been deducted. Initially, the mining reward was 50 BCH and is halved every 210,000 blocks.
Usage
bkfee(con, height)
Arguments
con |
|
height |
|
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()
[Package rbch version 0.1-1 Index]