| 169 | } |
| 170 | |
| 171 | std::string HelpExampleCli(const std::string& methodname, const std::string& args) |
| 172 | { |
| 173 | return "> elements-cli " + methodname + " " + args + "\n"; |
| 174 | } |
| 175 | |
| 176 | std::string HelpExampleCliNamed(const std::string& methodname, const RPCArgList& args) |
| 177 | { |
no outgoing calls