MCPcopy Create free account
hub / github.com/ElementsProject/elements / HelpExampleCli

Function HelpExampleCli

src/rpc/util.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171std::string HelpExampleCli(const std::string& methodname, const std::string& args)
172{
173 return "> elements-cli " + methodname + " " + args + "\n";
174}
175
176std::string HelpExampleCliNamed(const std::string& methodname, const RPCArgList& args)
177{

Callers 15

getzmqnotificationsFunction · 0.85
getnewaddressFunction · 0.85
getrawchangeaddressFunction · 0.85
setlabelFunction · 0.85
listaddressgroupingsFunction · 0.85
addmultisigaddressFunction · 0.85
keypoolrefillFunction · 0.85
newkeypoolFunction · 0.85
getaddressinfoFunction · 0.85
getaddressesbylabelFunction · 0.85
listlabelsFunction · 0.85
importprivkeyFunction · 0.85

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.68