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