Monero
Loading...
Searching...
No Matches
cryptonote::i_core_events Struct Referenceabstract

#include <i_core_events.h>

Inheritance diagram for cryptonote::i_core_events:

Public Member Functions

virtual ~i_core_events () noexcept
virtual uint64_t get_current_blockchain_height () const =0
virtual bool is_synchronized () const =0
virtual void on_transactions_relayed (epee::span< const cryptonote::blobdata > tx_blobs, relay_method tx_relay)=0

Constructor & Destructor Documentation

◆ ~i_core_events()

virtual cryptonote::i_core_events::~i_core_events ( )
inlinevirtualnoexcept

Member Function Documentation

◆ get_current_blockchain_height()

virtual uint64_t cryptonote::i_core_events::get_current_blockchain_height ( ) const
pure virtual

Implemented in cryptonote::core, and test_core.

◆ is_synchronized()

virtual bool cryptonote::i_core_events::is_synchronized ( ) const
pure virtual

Implemented in cryptonote::core, and test_core.

◆ on_transactions_relayed()

virtual void cryptonote::i_core_events::on_transactions_relayed ( epee::span< const cryptonote::blobdata > tx_blobs,
relay_method tx_relay )
pure virtual

Implemented in cryptonote::core, and test_core.


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