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

Function HelpExampleCli

src/rpcserver.cpp:531–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531std::string HelpExampleCli(string methodname, string args){
532 return "> bitcoin-cli " + methodname + " " + args + "\n";
533}
534
535std::string HelpExampleRpc(string methodname, string args){
536 return "> curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", "

Callers 15

getblockcountFunction · 0.85
getbestblockhashFunction · 0.85
getdifficultyFunction · 0.85
getrawmempoolFunction · 0.85
getblockhashFunction · 0.85
getblockheaderFunction · 0.85
getblockFunction · 0.85
gettxoutsetinfoFunction · 0.85
gettxoutFunction · 0.85
verifychainFunction · 0.85
getblockchaininfoFunction · 0.85
getchaintipsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected