[#JSONRPCRequestObj] = JSONRPCRequestObj :mrdocs: JSON‐RPC 2.0 request, only used in bitcoin‐cli == Synopsis Declared in `<rpc/request.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValue.adoc[UniValue] JSONRPCRequestObj( std::string const& strMethod, xref:UniValue.adoc[UniValue] const& params, xref:UniValue.adoc[UniValue] const& id); ---- == Return Value A JSON object representing the request. == Parameters [cols="1,4"] |=== | Name| Description | *strMethod* | The RPC method name. | *params* | The method parameters. | *id* | The request id echoed back in the reply. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#