[#JSONRPCExec] = JSONRPCExec :mrdocs: Execute an RPC request and return its JSON‐RPC reply. == Synopsis Declared in `<rpc/server.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValue.adoc[UniValue] JSONRPCExec( xref:JSONRPCRequest.adoc[JSONRPCRequest] const& jreq, bool catch_errors); ---- == Return Value The JSON‐RPC reply object. == Parameters [cols="1,4"] |=== | Name| Description | *jreq* | The parsed JSON‐RPC request to execute. | *catch_errors* | Whether to catch exceptions and encode them as errors. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#