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

Function HelpExampleCli

src/rpc/server.cpp:516–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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