diff options
| author | thotbot <thotbot@protonmail.com> | 2019-12-19 00:16:00 +0000 |
|---|---|---|
| committer | thotbot <thotbot@protonmail.com> | 2019-12-19 00:16:00 +0000 |
| commit | a83adb70adebf4528d558372998ac348bcc6c148 (patch) | |
| tree | 3f1566fc8ae9e9037e8ae872d724a86311a297e2 /src/libwalletqt/Wallet.h | |
| parent | 46227bdad08e191d54e49813ee2f4c0e3c226f95 (diff) | |
| download | monzero-gui-a83adb70adebf4528d558372998ac348bcc6c148.tar.gz monzero-gui-a83adb70adebf4528d558372998ac348bcc6c148.tar.xz monzero-gui-a83adb70adebf4528d558372998ac348bcc6c148.zip | |
Transfer: improve warning flow
Diffstat (limited to 'src/libwalletqt/Wallet.h')
| -rw-r--r-- | src/libwalletqt/Wallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libwalletqt/Wallet.h b/src/libwalletqt/Wallet.h index 30861c78..a6add1da 100644 --- a/src/libwalletqt/Wallet.h +++ b/src/libwalletqt/Wallet.h @@ -160,10 +160,12 @@ public: Q_INVOKABLE void setTrustedDaemon(bool arg); //! returns balance + Q_INVOKABLE quint64 balance() const; Q_INVOKABLE quint64 balance(quint32 accountIndex) const; Q_INVOKABLE quint64 balanceAll() const; //! returns unlocked balance + Q_INVOKABLE quint64 unlockedBalance() const; Q_INVOKABLE quint64 unlockedBalance(quint32 accountIndex) const; Q_INVOKABLE quint64 unlockedBalanceAll() const; |
