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

Function wally_tx_input_get_txid

bitcoin/tx.c:409–413  ·  view source on GitHub ↗

FIXME: remove */

Source from the content-addressed store, hash-verified

407
408/* FIXME: remove */
409void wally_tx_input_get_txid(const struct wally_tx_input *in,
410 struct bitcoin_txid *txid)
411{
412 CROSS_TYPE_ASSIGNMENT(txid, &in->txhash);
413}
414
415void wally_tx_input_get_outpoint(const struct wally_tx_input *in,
416 struct bitcoin_outpoint *outpoint)

Callers 4

output_spentFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected