mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
libplugin: support filters.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -55,6 +55,8 @@ struct command {
|
||||
const char *methodname;
|
||||
bool usage_only;
|
||||
struct plugin *plugin;
|
||||
/* Optional output field filter. */
|
||||
struct json_filter *filter;
|
||||
};
|
||||
|
||||
/* Create an array of these, one for each command you support. */
|
||||
|
||||
Reference in New Issue
Block a user