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

Function HelpExampleRpc

src/rpc/core/rpcserver.cpp:494–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494string 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
501const CRPCTable tableRPC;
502

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