The type of a function implementing an RPC method.
Synopsis
Declared in <rpc/util.h>
using RPCMethodImpl = std::function<UniValue(RPCMethod const&, JSONRPCRequest const&)>;
Created with MrDocs
The type of a function implementing an RPC method.
Declared in <rpc/util.h>
using RPCMethodImpl = std::function<UniValue(RPCMethod const&, JSONRPCRequest const&)>;
Created with MrDocs