Chain notifications.
More...
#include <chain.h>
Chain notifications.
Definition at line 241 of file chain.h.
◆ ~Notifications()
virtual interfaces::Chain::Notifications::~Notifications |
( |
| ) |
|
|
inlinevirtual |
◆ blockConnected()
virtual void interfaces::Chain::Notifications::blockConnected |
( |
const CBlock & |
block, |
|
|
int |
height |
|
) |
| |
|
inlinevirtual |
◆ blockDisconnected()
virtual void interfaces::Chain::Notifications::blockDisconnected |
( |
const CBlock & |
block, |
|
|
int |
height |
|
) |
| |
|
inlinevirtual |
◆ chainStateFlushed()
virtual void interfaces::Chain::Notifications::chainStateFlushed |
( |
const CBlockLocator & |
locator | ) |
|
|
inlinevirtual |
◆ transactionAddedToMempool()
virtual void interfaces::Chain::Notifications::transactionAddedToMempool |
( |
const CTransactionRef & |
tx, |
|
|
uint64_t |
mempool_sequence |
|
) |
| |
|
inlinevirtual |
◆ transactionRemovedFromMempool()
◆ updatedBlockTip()
virtual void interfaces::Chain::Notifications::updatedBlockTip |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: