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