[#RPCMethod-RPCMethodImpl] = xref:RPCMethod.adoc[RPCMethod]::RPCMethodImpl :relfileprefix: ../ :mrdocs: The type of a function implementing an RPC method. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using RPCMethodImpl = std::function<UniValue(xref:RPCMethod.adoc[RPCMethod] const&, xref:JSONRPCRequest.adoc[JSONRPCRequest] const&)>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#