aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-03-31 16:38:57 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-03-31 16:38:57 +0300
commit830c19c934f1c621cf8f268772d5ab92f35d75b3 (patch)
treead1e603ce35b064d9559a96846f1898ac924ed7c /src/wallet/wallet2_api.h
parent"testnet" is default parameter (diff)
downloadmonero-830c19c934f1c621cf8f268772d5ab92f35d75b3.tar.xz
Wallet::refresh + tests
Diffstat (limited to '')
-rw-r--r--src/wallet/wallet2_api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h
index a56043e9e..c818608ed 100644
--- a/src/wallet/wallet2_api.h
+++ b/src/wallet/wallet2_api.h
@@ -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
};
/**