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