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>
using Actor = std::function<bool(JSONRPCRequest const&, UniValue&, bool)>;
Created with MrDocs