libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock

This commit is contained in:
Ilya Kitaev
2016-09-26 23:19:25 +03:00
parent e01a9ea507
commit 9de3ec3e2a
4 changed files with 91 additions and 5 deletions
+1
View File
@@ -75,6 +75,7 @@ public:
bool trustedDaemon() const;
uint64_t balance() const;
uint64_t unlockedBalance() const;
uint64_t blockChainHeight() const;
bool refresh();
void refreshAsync();
void setAutoRefreshInterval(int seconds);