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

Function aux_command

plugins/libplugin.c:2663–2667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2661}
2662
2663struct command *aux_command(const struct command *cmd)
2664{
2665 return new_command(cmd->plugin, cmd->plugin, cmd->id,
2666 cmd->methodname, COMMAND_TYPE_AUX);
2667}
2668
2669struct command_result *WARN_UNUSED_RESULT
2670aux_command_done(struct command *cmd)

Callers 6

initFunction · 0.70
on_payment_successFunction · 0.70
on_payment_failureFunction · 0.70
payment_finishedFunction · 0.70
handle_initFunction · 0.70
unreserve_psbtFunction · 0.70

Calls 1

new_commandFunction · 0.85

Tested by

no test coverage detected