wallet_api: txkey checking functions for the GUI

This commit is contained in:
moneromooo.monero
2016-11-05 14:59:39 +00:00
committed by moneromooo-monero
parent d51f1af75f
commit af8a2600aa
3 changed files with 167 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ public:
std::vector<std::string> findWallets(const std::string &path);
std::string errorString() const;
void setDaemonHost(const std::string &hostname);
bool checkPayment(const std::string &address, const std::string &txid, const std::string &txkey, const std::string &daemon_address, uint64_t &received, uint64_t &height, std::string &error) const;
private:
WalletManagerImpl() {}