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

Function psbt_append_output

bitcoin/psbt.c:274–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274struct wally_psbt_output *psbt_append_output(struct wally_psbt *psbt,
275 const u8 *script,
276 struct amount_sat amount)
277{
278 return psbt_insert_output(psbt, script, amount, psbt->num_outputs);
279}
280
281struct wally_psbt_output *psbt_insert_output(struct wally_psbt *psbt,
282 const u8 *script,

Callers 13

finish_psbtFunction · 0.85
json_addpsbtoutputFunction · 0.85
splice_initiatorFunction · 0.85
anchor_psbtFunction · 0.85
add_in_out_with_serialFunction · 0.85
execute_spliceFunction · 0.85
update_parent_psbtFunction · 0.85
mw_load_outputsFunction · 0.85
run_tx_interactiveFunction · 0.85

Calls 1

psbt_insert_outputFunction · 0.85

Tested by 1

add_in_out_with_serialFunction · 0.68