|
Monero C++ Library
|
Public Member Functions | |
| block_notifier (boost::mutex *temp, boost::condition_variable *cv, bool *ready) | |
| void | on_block_header (const std::shared_ptr< monero_block_header > &header) override |
Additional Inherited Members | |
Public Attributes inherited from monero::monero_daemon_listener | |
| std::shared_ptr< monero_block_header > | m_last_header |
Sends a notification on a condition variable when a block is added to blockchain.
|
inlineoverridevirtual |
Called when a new block is added to the chain.
| header | is the header of the block added to the chain |
Reimplemented from monero::monero_daemon_listener.