MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / HelpExampleRpc

Function HelpExampleRpc

src/rpc/server.cpp:521–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521std::string HelpExampleRpc(const std::string& methodname, const std::string& args)
522{
523 return "> curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", "
524 "\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/\n";
525}
526
527void RPCSetTimerInterfaceIfUnset(RPCTimerInterface *iface)
528{

Callers 15

getzmqnotificationsFunction · 0.85
getnewaddressFunction · 0.85
getaccountaddressFunction · 0.85
getrawchangeaddressFunction · 0.85
setlabelFunction · 0.85
getaccountFunction · 0.85
getaddressesbyaccountFunction · 0.85
sendtoaddressFunction · 0.85
listaddressgroupingsFunction · 0.85
signmessageFunction · 0.85
getreceivedbyaddressFunction · 0.85
getreceivedbylabelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected