| 187 | } |
| 188 | |
| 189 | std::string HelpExampleRpc(const std::string& methodname, const std::string& args) |
| 190 | { |
| 191 | return "> curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\": \"curltest\", " |
| 192 | "\"method\": \"" + methodname + "\", \"params\": [" + args + "]}' -H 'content-type: text/plain;' http://127.0.0.1:7041/\n"; |
| 193 | } |
| 194 | |
| 195 | std::string HelpExampleRpcNamed(const std::string& methodname, const RPCArgList& args) |
| 196 | { |
no outgoing calls