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