Electroneum
Public Member Functions | List of all members
tools::i_wallet2_callback Class Reference

#include <wallet2.h>

Inheritance diagram for tools::i_wallet2_callback:
Inheritance graph
[legend]

Public Member Functions

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 ()
 

Constructor & Destructor Documentation

◆ ~i_wallet2_callback()

virtual tools::i_wallet2_callback::~i_wallet2_callback ( )
inlinevirtual

Member Function Documentation

◆ on_money_received()

virtual void tools::i_wallet2_callback::on_money_received ( uint64_t  height,
const crypto::hash txid,
const cryptonote::transaction tx,
uint64_t  amount 
)
inlinevirtual

◆ on_money_spent()

virtual void tools::i_wallet2_callback::on_money_spent ( uint64_t  height,
const crypto::hash txid,
const cryptonote::transaction in_tx,
uint64_t  amount,
const cryptonote::transaction spend_tx 
)
inlinevirtual

◆ on_new_block()

virtual void tools::i_wallet2_callback::on_new_block ( uint64_t  height,
const cryptonote::block block 
)
inlinevirtual

◆ on_skip_transaction()

virtual void tools::i_wallet2_callback::on_skip_transaction ( uint64_t  height,
const crypto::hash txid,
const cryptonote::transaction tx 
)
inlinevirtual

◆ on_unconfirmed_money_received()

virtual void tools::i_wallet2_callback::on_unconfirmed_money_received ( uint64_t  height,
const crypto::hash txid,
const cryptonote::transaction tx,
uint64_t  amount 
)
inlinevirtual

The documentation for this class was generated from the following file: