|
| | Wallet2CallbackImpl (WalletImpl *wallet) |
| |
| | ~Wallet2CallbackImpl () |
| |
| void | setListener (WalletListener *listener) |
| |
| WalletListener * | getListener () const |
| |
| virtual void | on_new_block (uint64_t height, const cryptonote::block &block) |
| |
| virtual void | on_money_received (uint64_t height, const crypto::hash &txid, const cryptonote::transaction &tx, uint64_t amount) |
| |
| virtual void | on_unconfirmed_money_received (uint64_t height, const crypto::hash &txid, const cryptonote::transaction &tx, uint64_t amount) |
| |
| virtual void | on_money_spent (uint64_t height, const crypto::hash &txid, const cryptonote::transaction &in_tx, uint64_t amount, const cryptonote::transaction &spend_tx) |
| |
| virtual void | on_skip_transaction (uint64_t height, const crypto::hash &txid, const cryptonote::transaction &tx) |
| |
| virtual | ~i_wallet2_callback () |
| |
◆ Wallet2CallbackImpl()
| Electroneum::Wallet2CallbackImpl::Wallet2CallbackImpl |
( |
WalletImpl * |
wallet | ) |
|
|
inline |
◆ ~Wallet2CallbackImpl()
| Electroneum::Wallet2CallbackImpl::~Wallet2CallbackImpl |
( |
| ) |
|
|
inline |
◆ getListener()
| WalletListener* Electroneum::Wallet2CallbackImpl::getListener |
( |
| ) |
const |
|
inline |
◆ on_money_received()
◆ on_money_spent()
◆ on_new_block()
| virtual void Electroneum::Wallet2CallbackImpl::on_new_block |
( |
uint64_t |
height, |
|
|
const cryptonote::block & |
block |
|
) |
| |
|
inlinevirtual |
◆ on_skip_transaction()
◆ on_unconfirmed_money_received()
| virtual void Electroneum::Wallet2CallbackImpl::on_unconfirmed_money_received |
( |
uint64_t |
height, |
|
|
const crypto::hash & |
txid, |
|
|
const cryptonote::transaction & |
tx, |
|
|
uint64_t |
amount |
|
) |
| |
|
inlinevirtual |
◆ setListener()
| void Electroneum::Wallet2CallbackImpl::setListener |
( |
WalletListener * |
listener | ) |
|
|
inline |
◆ m_listener
◆ m_wallet
| WalletImpl* Electroneum::Wallet2CallbackImpl::m_wallet |
The documentation for this struct was generated from the following file: