| 65 | } |
| 66 | |
| 67 | UniValue 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 | |
| 72 | UniValue ExternalSigner::GetDescriptors(const int account) |
| 73 | { |
nothing calls this directly
no test coverage detected