MCPcopy Create free account
hub / github.com/ElementsProject/lightning / bitcoin_tx_input_get_txid

Function bitcoin_tx_input_get_txid

bitcoin/tx.c:382–387  ·  view source on GitHub ↗

FIXME: remove */

Source from the content-addressed store, hash-verified

380
381/* FIXME: remove */
382void bitcoin_tx_input_get_txid(const struct bitcoin_tx *tx, int innum,
383 struct bitcoin_txid *out)
384{
385 assert(innum < tx->wtx->num_inputs);
386 wally_tx_input_get_txid(&tx->wtx->inputs[innum], out);
387}
388
389void bitcoin_tx_input_get_outpoint(const struct bitcoin_tx *tx,
390 int innum,

Callers 5

json_transaction_detailsFunction · 0.85
filter_block_txsFunction · 0.85
replay_blockFunction · 0.85
check_outpoint_watchesFunction · 0.85
check_tx_outpointFunction · 0.85

Calls 1

wally_tx_input_get_txidFunction · 0.85

Tested by

no test coverage detected