◆ MyWalletListener()
◆ moneyReceived()
| virtual void MyWalletListener::moneyReceived |
( |
const string & | txId, |
|
|
uint64_t | amount ) |
|
inlinevirtual |
◆ moneySpent()
| virtual void MyWalletListener::moneySpent |
( |
const string & | txId, |
|
|
uint64_t | amount ) |
|
inlinevirtual |
◆ newBlock()
| virtual void MyWalletListener::newBlock |
( |
uint64_t | height | ) |
|
|
inlinevirtual |
◆ refreshed()
| virtual void MyWalletListener::refreshed |
( |
| ) |
|
|
inlinevirtual |
refreshed - called when wallet refreshed by background thread or explicitly refreshed by calling "refresh" synchronously
Implements Monero::WalletListener.
◆ reset()
| void MyWalletListener::reset |
( |
| ) |
|
|
inline |
◆ unconfirmedMoneyReceived()
| virtual void MyWalletListener::unconfirmedMoneyReceived |
( |
const string & | txId, |
|
|
uint64_t | amount ) |
|
inlinevirtual |
◆ updated()
| virtual void MyWalletListener::updated |
( |
| ) |
|
|
inlinevirtual |
updated - generic callback, called when any event (sent/received/block reveived/etc) happened with the wallet;
Implements Monero::WalletListener.
◆ cv_newblock
| boost::condition_variable MyWalletListener::cv_newblock |
◆ cv_receive
| boost::condition_variable MyWalletListener::cv_receive |
◆ cv_refresh
| boost::condition_variable MyWalletListener::cv_refresh |
◆ cv_send
| boost::condition_variable MyWalletListener::cv_send |
◆ cv_update
| boost::condition_variable MyWalletListener::cv_update |
◆ mutex
| boost::mutex MyWalletListener::mutex |
◆ newblock_triggered
| bool MyWalletListener::newblock_triggered |
◆ receive_triggered
| bool MyWalletListener::receive_triggered |
◆ refresh_triggered
| bool MyWalletListener::refresh_triggered |
◆ send_triggered
| bool MyWalletListener::send_triggered |
◆ total_rx
◆ total_tx
◆ update_triggered
| bool MyWalletListener::update_triggered |
◆ wallet
The documentation for this struct was generated from the following file: