aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet_manager.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-12-17 12:48:22 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-12-17 13:05:17 +0000
commit9a2cd7225727b3cdb7fb8b414cd99b32d974d249 (patch)
tree380330a491ab6a6c3ad2b16791c25031cf7fcbda /src/wallet/api/wallet_manager.h
parentMerge pull request #1459 (diff)
downloadmonero-9a2cd7225727b3cdb7fb8b414cd99b32d974d249.tar.xz
wallet2_api: add an API to the OpenAlias resolver
Diffstat (limited to 'src/wallet/api/wallet_manager.h')
-rw-r--r--src/wallet/api/wallet_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet_manager.h b/src/wallet/api/wallet_manager.h
index fe9662534..214afc3fa 100644
--- a/src/wallet/api/wallet_manager.h
+++ b/src/wallet/api/wallet_manager.h
@@ -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() {}