[#HelpExampleRpcNamed] = HelpExampleRpcNamed :mrdocs: Format a JSON‐RPC example request with named arguments. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string HelpExampleRpcNamed( std::string const& methodname, xref:RPCArgList.adoc[RPCArgList] const& args); ---- == Return Value The example request as a curl command. == Parameters [cols="1,4"] |=== | Name| Description | *methodname* | The RPC method name. | *args* | The named arguments. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#