menu
cln_plugin_api package
documentation
cln_plugin.dart
Plugin
rpcMethods property
rpcMethods property
dark_mode
light_mode
rpcMethods
property
HashMap
<
String
,
RPCMethod
>
rpcMethods
getter/setter pair
All the rpc method that the plugin expose.
Implementation
HashMap<String, RPCMethod> rpcMethods = HashMap();
cln_plugin_api package
documentation
cln_plugin
Plugin
rpcMethods property
Plugin class