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

Function wally_psbt_input_get_txid

bitcoin/psbt.c:574–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574void wally_psbt_input_get_txid(const struct wally_psbt_input *in,
575 struct bitcoin_txid *txid)
576{
577 CROSS_TYPE_ASSIGNMENT(txid, &in->txhash);
578}
579
580bool psbt_has_input(const struct wally_psbt *psbt,
581 const struct bitcoin_outpoint *outpoint)

Callers 2

psbt_has_inputFunction · 0.85
json_unreserveinputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected