MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / DisplayAddress

Method DisplayAddress

src/external_signer.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67UniValue ExternalSigner::DisplayAddress(const std::string& descriptor) const
68{
69 return RunCommandParseJSON(Cat(m_command, Cat(Cat({"--fingerprint", m_fingerprint}, NetworkArg()), {"displayaddress", "--desc", descriptor})), "");
70}
71
72UniValue ExternalSigner::GetDescriptors(const int account)
73{

Callers

nothing calls this directly

Calls 2

RunCommandParseJSONFunction · 0.85
CatFunction · 0.85

Tested by

no test coverage detected