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