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

Method DisplayAddress

src/external_signer.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62UniValue ExternalSigner::DisplayAddress(const std::string& descriptor) const
63{
64 return RunCommandParseJSON(m_command + " --fingerprint \"" + m_fingerprint + "\"" + NetworkArg() + " displayaddress --desc \"" + descriptor + "\"");
65}
66
67UniValue ExternalSigner::GetDescriptors(const int account)
68{

Callers

nothing calls this directly

Calls 1

RunCommandParseJSONFunction · 0.85

Tested by

no test coverage detected