Bitcoin ABC 0.30.5
P2P Digital Currency
|
This is the complete list of members for CZMQNotificationInterface, including all inherited members.
BlockChecked(const CBlock &, const BlockValidationState &) | CValidationInterface | inlineprotectedvirtual |
BlockConnected(const std::shared_ptr< const CBlock > &pblock, const CBlockIndex *pindexConnected) override | CZMQNotificationInterface | protectedvirtual |
BlockDisconnected(const std::shared_ptr< const CBlock > &pblock, const CBlockIndex *pindexDisconnected) override | CZMQNotificationInterface | protectedvirtual |
BlockFinalized(const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
BlockInvalidated(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
ChainStateFlushed(const CBlockLocator &locator) | CValidationInterface | inlineprotectedvirtual |
Create(std::function< bool(CBlock &, const CBlockIndex &)> get_block_by_index) | CZMQNotificationInterface | static |
CZMQNotificationInterface() | CZMQNotificationInterface | private |
GetActiveNotifiers() const | CZMQNotificationInterface | |
Initialize() | CZMQNotificationInterface | protected |
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
notifiers | CZMQNotificationInterface | private |
pcontext | CZMQNotificationInterface | private |
Shutdown() | CZMQNotificationInterface | protected |
TransactionAddedToMempool(const CTransactionRef &tx, std::shared_ptr< const std::vector< Coin > >, uint64_t mempool_sequence) override | CZMQNotificationInterface | protectedvirtual |
TransactionRemovedFromMempool(const CTransactionRef &tx, MemPoolRemovalReason reason, uint64_t mempool_sequence) override | CZMQNotificationInterface | protectedvirtual |
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) override | CZMQNotificationInterface | protectedvirtual |
~CValidationInterface()=default | CValidationInterface | protected |
~CZMQNotificationInterface() | CZMQNotificationInterface | virtual |