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

Function json_add_opt_plugins

lightningd/plugin.c:2000–2005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1998}
1999
2000void json_add_opt_plugins(struct json_stream *response,
2001 const struct plugins *plugins)
2002{
2003 json_add_opt_plugins_array(response, "plugins", plugins, false);
2004 json_add_opt_plugins_array(response, "important-plugins", plugins, true);
2005}
2006
2007void json_add_opt_disable_plugins(struct json_stream *response,
2008 const struct plugins *plugins)

Callers 1

add_configFunction · 0.85

Calls 1

Tested by

no test coverage detected