MCPcopy Create free account
hub / github.com/LUX-Core/lux / HelpExampleCli

Function HelpExampleCli

src/rpcserver.cpp:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644std::string HelpExampleCli(string methodname, string args)
645{
646 return "> lux-cli " + methodname + " " + args + "\n";
647}
648
649std::string HelpExampleRpc(string methodname, string args)
650{

Callers 15

getnewaddressFunction · 0.85
getaccountaddressFunction · 0.85
getrawchangeaddressFunction · 0.85
setaccountFunction · 0.85
getaccountFunction · 0.85
getaddressesbyaccountFunction · 0.85
sendtoaddressFunction · 0.85
sendtoaddressixFunction · 0.85
listaddressgroupingsFunction · 0.85
listaddressbalancesFunction · 0.85
signmessageFunction · 0.85
getreceivedbyaddressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected