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

Class plugin_option

plugins/libplugin.h:74–82  ·  view source on GitHub ↗

Create an array of these, one for each --option you support. */

Source from the content-addressed store, hash-verified

72
73/* Create an array of these, one for each --option you support. */
74struct plugin_option {
75 const char *name;
76 const char *type;
77 const char *description;
78 char *(*handle)(const char *str, void *arg);
79 void *arg;
80 /* If true, this options *disabled* if allow-deprecated-apis = false */
81 bool deprecated;
82};
83
84/* Create an array of these, one for each notification you subscribe to. */
85struct plugin_notification {

Callers 7

mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by 1

mainFunction · 0.40