Wallet::refresh + tests

This commit is contained in:
Ilya Kitaev
2016-03-31 16:38:57 +03:00
parent 1ae9cdc6bf
commit 830c19c934
3 changed files with 28 additions and 0 deletions
+3
View File
@@ -74,6 +74,9 @@ struct Wallet
virtual std::string displayAmount(uint64_t amount) const = 0;
// TODO?
// virtual uint64_t unlockedDustBalance() const = 0;
// TODO refresh
virtual bool refresh() = 0;
// TODO transfer
};
/**