txinids: Retrieving the input transaction IDs

View source: R/UtilFuncs.R

txinidsR Documentation

Retrieving the input transaction IDs

Description

This function returns the transaction IDs of the inputs for a given transaction.

Usage

txinids(con, txid)

Arguments

con

CONRPC, configuration object.

txid

character, the id of the transaction.

Value

data.frame, the transaction ID(s) and the position(s) of the previous UTXO(s).

Author(s)

Bernhard Pfaff

See Also

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


rbch documentation built on Sept. 28, 2024, 1:07 a.m.

Related to txinids in rbch...