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

Function command_hook_cont_psbt

plugins/funder.c:125–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125static struct command_result *
126command_hook_cont_psbt(struct command *cmd, struct wally_psbt *psbt)
127{
128 struct json_stream *response;
129
130 response = jsonrpc_stream_success(cmd);
131 json_add_string(response, "result", "continue");
132 json_add_psbt(response, "psbt", psbt);
133 return command_finished(cmd, response);
134}
135
136static struct command_result *
137signpsbt_done(struct command *cmd,

Callers 3

signpsbt_doneFunction · 0.85

Calls 4

json_add_psbtFunction · 0.85
jsonrpc_stream_successFunction · 0.70
command_finishedFunction · 0.70
json_add_stringFunction · 0.50

Tested by

no test coverage detected