From fa92912b4bb4629addcbfdfb7cc000be701614af Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 12 Jan 2021 06:28:13 +0100 Subject: rpc: Use RPCHelpMan for check-rpc-mappings linter --- src/rpc/server.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/rpc/server.h') diff --git a/src/rpc/server.h b/src/rpc/server.h index 040192b455..d2f44334ae 100644 --- a/src/rpc/server.h +++ b/src/rpc/server.h @@ -147,6 +147,10 @@ public: */ std::vector listCommands() const; + /** + * Return all named arguments that need to be converted by the client from string to another JSON type + */ + UniValue dumpArgMap() const; /** * Appends a CRPCCommand to the dispatch table. -- cgit v1.2.3