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

Function command_hook_cont_psbt

plugins/funder.c:131–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131static struct command_result *
132command_hook_cont_psbt(struct command *cmd, struct wally_psbt *psbt)
133{
134 struct json_stream *response;
135
136 response = jsonrpc_stream_success(cmd);
137 json_add_string(response, "result", "continue");
138 json_add_psbt(response, "psbt", psbt);
139 return command_finished(cmd, response);
140}
141
142static struct command_result *
143datastore_del_fail(struct command *cmd,

Callers 4

datastore_add_failFunction · 0.85
datastore_add_successFunction · 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