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

Function HelpExampleCli

src/rpc/core/rpcserver.cpp:490–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490string HelpExampleCli(string methodname, string args) {
491 return "> ./coind " + methodname + " " + args + "\n";
492}
493
494string HelpExampleRpc(string methodname, string args) {
495 return "> curl --user myusername -d '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", "

Callers 15

getnewaddrFunction · 0.85
addmulsigaddrFunction · 0.85
createmulsigFunction · 0.85
signmessageFunction · 0.85
submitsendtxFunction · 0.85
submitsendmultitxFunction · 0.85
getcontractassetsFunction · 0.85
backupwalletFunction · 0.85
walletpassphraseFunction · 0.85
walletpassphrasechangeFunction · 0.85
encryptwalletFunction · 0.85
walletlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected