Build the help text for a command, or the command overview.
Declared in <rpc/server.h>
std::string
help(
std::string_view name,
JSONRPCRequest const& helpreq) const;
The formatted help text.
| Name | Description |
|---|---|
| name | The method to describe, or empty for the full listing. |
| helpreq | The request providing context for generating help. |