txids: Retrieve TX Ids in block

View source: R/UtilFuncs.R

txidsR Documentation

Retrieve TX Ids in block

Description

This function retrieves the transaction IDs in a block.

Usage

txids(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

character

Author(s)

Bernhard Pfaff

See Also

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


rbtc documentation built on Oct. 20, 2024, 5:06 p.m.

Related to txids in rbtc...