[#CRPCCommand-Actor-05] = xref:CRPCCommand.adoc[CRPCCommand]::Actor :relfileprefix: ../ :mrdocs: RPC method handler reading request and assigning result. Should return true if request is fully handled, false if it should be passed on to subsequent handlers. == Synopsis Declared in `<rpc/server.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using Actor = std::function<bool(xref:JSONRPCRequest.adoc[JSONRPCRequest] const&, xref:UniValue.adoc[UniValue]&, bool)>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#