wallet2_api: add an API to the OpenAlias resolver

This commit is contained in:
moneromooo-monero
2016-12-17 12:48:22 +00:00
parent 29735c8f8f
commit 9a2cd72257
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ public:
uint64_t blockchainTargetHeight() const;
uint64_t networkDifficulty() const;
double miningHashRate() const;
std::string resolveOpenAlias(const std::string &address, bool &dnssec_valid) const;
private:
WalletManagerImpl() {}