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

Function wally_psbt_input_get_outpoint

bitcoin/psbt.c:1047–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045}
1046
1047void wally_psbt_input_get_outpoint(const struct wally_psbt_input *in,
1048 struct bitcoin_outpoint *outpoint)
1049{
1050 CROSS_TYPE_ASSIGNMENT(&outpoint->txid, &in->txhash);
1051 outpoint->n = in->index;
1052}
1053
1054const u8 *wally_psbt_output_get_script(const tal_t *ctx,
1055 const struct wally_psbt_output *output)

Callers 11

json_reserveinputsFunction · 0.85
json_unreserveinputsFunction · 0.85
handle_validate_rbfFunction · 0.85
validate_input_unspentFunction · 0.85
drop_to_chainFunction · 0.85
send_nextFunction · 0.85
get_changesFunction · 0.85
remember_channel_utxosFunction · 0.85
update_parent_psbtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected