| 514 | } |
| 515 | |
| 516 | std::string HelpExampleCli(const std::string& methodname, const std::string& args) |
| 517 | { |
| 518 | return "> bgold-cli " + methodname + " " + args + "\n"; |
| 519 | } |
| 520 | |
| 521 | std::string HelpExampleRpc(const std::string& methodname, const std::string& args) |
| 522 | { |
no outgoing calls
no test coverage detected