Format a bitcoin‐cli example invocation with positional arguments.

Synopsis

Declared in <rpc/util.h>

std::string
HelpExampleCli(
    std::string const& methodname,
    std::string const& args);

Return Value

The example command line.

Parameters

Name

Description

methodname

The RPC method name.

args

The positional arguments as a single string.

Created with MrDocs