| 642 | } |
| 643 | |
| 644 | std::string HelpExampleCli(string methodname, string args) |
| 645 | { |
| 646 | return "> lux-cli " + methodname + " " + args + "\n"; |
| 647 | } |
| 648 | |
| 649 | std::string HelpExampleRpc(string methodname, string args) |
| 650 | { |
no outgoing calls
no test coverage detected