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