txfee {rbch} | R Documentation |
Compute fee of a transaction
Description
This function returns the implicit fee of a transaction, by computing the difference between the sum of its inputs and the sum of its outputs.
Usage
txfee(con, txid)
Arguments
con |
|
txid |
|
Value
numeric
Author(s)
Bernhard Pfaff
See Also
Other UtilityFuncs:
bkfee()
,
blockattime()
,
blockstats()
,
date2int()
,
int2date()
,
intMaxDay()
,
intMinDay()
,
intRangeDay()
,
intRangePeriod()
,
timeofblock()
,
txids()
,
txinids()
,
txstats()
,
utxoage()
,
utxotype()
,
utxovalue()
[Package rbch version 0.1-1 Index]