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

Function json_add_opt_plugins

lightningd/plugin.c:2398–2403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2396}
2397
2398void json_add_opt_plugins(struct json_stream *response,
2399 const struct plugins *plugins)
2400{
2401 json_add_opt_plugins_array(response, "plugins", plugins, false);
2402 json_add_opt_plugins_array(response, "important-plugins", plugins, true);
2403}
2404
2405void json_add_opt_disable_plugins(struct json_stream *response,
2406 const struct plugins *plugins)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected