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

Class amount_sat

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

Source from the content-addressed store, hash-verified

204struct wally_psbt_output *psbt_append_output(struct wally_psbt *psbt,
205 const u8 *script,
206 struct amount_sat amount)
207{
208 struct wally_psbt_output *out;
209 struct wally_tx_output *tx_out = wally_tx_output(NULL, script, amount);

Callers 1

psbt_input_get_amountFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected