RPCArg::ToDescriptionString

Return the description string, including the argument type and whether the argument is required.

Synopsis

Declared in <rpc/util.h>

std::string
ToDescriptionString(bool is_named_arg) const;

Return Value

The full description string.

Parameters

NameDescription
is_named_argWhether the argument is passed as a named argument.