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

Function command_its_complicated

lightningd/jsonrpc.c:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64struct command_result *command_its_complicated(const char *relationship_details
65 UNNEEDED)
66{
67 return &unknown;
68}
69
70/* This represents a JSON RPC connection. It can invoke multiple commands, but
71 * a command can outlive the connection, which could close any time. */

Callers 6

openchannel_initFunction · 0.70
json_queryratesFunction · 0.70
json_injectpaymentonionFunction · 0.70
fundchannel_startFunction · 0.70
json_waitanyinvoiceFunction · 0.70
json_waitinvoiceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected