mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 15:38:10 -08:00
WalletListener::moneySpent(), WalletListener::moneyReceived()
This commit is contained in:
@@ -108,6 +108,7 @@ struct WalletListener
|
||||
virtual ~WalletListener() = 0;
|
||||
virtual void moneySpent(const std::string &txId, uint64_t amount);
|
||||
virtual void moneyReceived(const std::string &txId, uint64_t amount);
|
||||
// TODO: on_skip_transaction;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user