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

Class amount_sat

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

Source from the content-addressed store, hash-verified

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}

Callers 1

psbt_input_get_amountFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected