| 492 | } |
| 493 | |
| 494 | string HelpExampleRpc(string methodname, string args) { |
| 495 | return "> curl --user myusername -d '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", " |
| 496 | "\"method\": \"" + |
| 497 | methodname + "\", \"params\": [" + args + |
| 498 | "] }' -H 'Content-Type: application/json;' http://127.0.0.1:8332/\n"; |
| 499 | } |
| 500 | |
| 501 | const CRPCTable tableRPC; |
| 502 |
no outgoing calls
no test coverage detected