[#CRPCTable-execute] = xref:CRPCTable.adoc[CRPCTable]::execute :relfileprefix: ../ :mrdocs: Execute a method. == Synopsis Declared in `<rpc/server.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValue.adoc[UniValue] execute(xref:JSONRPCRequest.adoc[JSONRPCRequest] const& request) const; ---- == Description On error, a UniValue exception is thrown. == Return Value Result of the call. == Parameters [cols="1,4"] |=== | Name| Description | *request* | The JSONRPCRequest to execute |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#