Format a JSON-RPC example request with positional arguments.
Declared in <rpc/util.h>
std::string
HelpExampleRpc(
std::string const& methodname,
std::string const& args);
The example request as a curl command.
| Name | Description |
|---|---|
| methodname | The RPC method name. |
| args | The positional arguments as a single string. |