aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authortobtoht <thotbot@protonmail.com>2021-06-04 15:44:19 +0200
committertobtoht <thotbot@protonmail.com>2021-06-24 21:32:03 +0200
commit8a6772421850152c974b9b6552e3d5f7d316400d (patch)
treed5957063d6a7788a3fbba603fe2dd72c85445b5f /src/wallet/api/wallet.h
parentMerge pull request #7752 (diff)
downloadmonero-8a6772421850152c974b9b6552e3d5f7d316400d.tar.xz
wallet_api: get bytes sent/received
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index 802c7492e..d0900daa2 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -221,6 +221,8 @@ public:
virtual uint64_t coldKeyImageSync(uint64_t &spent, uint64_t &unspent) override;
virtual void deviceShowAddress(uint32_t accountIndex, uint32_t addressIndex, const std::string &paymentId) override;
virtual bool reconnectDevice() override;
+ virtual uint64_t getBytesReceived() override;
+ virtual uint64_t getBytesSent() override;
private:
void clearStatus() const;