Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CZMQNotificationInterface Member List
This is the complete list of members for CZMQNotificationInterface, including all inherited members.
AcceptedBlockHeader(const CBlockIndex *pindexNew) | CValidationInterface | inlineprotectedvirtual |
BlockChecked(const CBlock &, const CValidationState &) | CValidationInterface | inlineprotectedvirtual |
BlockConnected(const std::shared_ptr< const CBlock > &pblock, const CBlockIndex *pindexConnected, const std::vector< CTransactionRef > &vtxConflicted) override | CZMQNotificationInterface | protectedvirtual |
BlockDisconnected(const std::shared_ptr< const CBlock > &pblock, const CBlockIndex *pindexDisconnected) override | CZMQNotificationInterface | protectedvirtual |
Create() | CZMQNotificationInterface | static |
CZMQNotificationInterface() | CZMQNotificationInterface | private |
Initialize() | CZMQNotificationInterface | protected |
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
notifiers | CZMQNotificationInterface | private |
NotifyChainLock(const CBlockIndex *pindex, const llmq::CChainLockSig &clsig) override | CZMQNotificationInterface | protectedvirtual |
NotifyGovernanceObject(const CGovernanceObject &object) override | CZMQNotificationInterface | protectedvirtual |
NotifyGovernanceVote(const CGovernanceVote &vote) override | CZMQNotificationInterface | protectedvirtual |
NotifyHeaderTip(const CBlockIndex *pindexNew, bool fInitialDownload) | CValidationInterface | inlineprotectedvirtual |
NotifyInstantSendDoubleSpendAttempt(const CTransaction ¤tTx, const CTransaction &previousTx) override | CZMQNotificationInterface | protectedvirtual |
NotifyMasternodeListChanged(bool undo, const CDeterministicMNList &oldMNList, const CDeterministicMNListDiff &diff) | CValidationInterface | inlineprotectedvirtual |
NotifyTransactionLock(const CTransaction &tx, const llmq::CInstantSendLock &islock) override | CZMQNotificationInterface | protectedvirtual |
pcontext | CZMQNotificationInterface | private |
ResendWalletTransactions(int64_t nBestBlockTime, CConnman *connman) | CValidationInterface | inlineprotectedvirtual |
SetBestChain(const CBlockLocator &locator) | CValidationInterface | inlineprotectedvirtual |
Shutdown() | CZMQNotificationInterface | protected |
SynchronousUpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) | CValidationInterface | inlineprotectedvirtual |
TransactionAddedToMempool(const CTransactionRef &tx, int64_t nAcceptTime) override | CZMQNotificationInterface | protectedvirtual |
TransactionRemovedFromMempool(const CTransactionRef &ptx) | CValidationInterface | inlineprotectedvirtual |
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) override | CZMQNotificationInterface | protectedvirtual |
void ::RegisterValidationInterface(CValidationInterface *) | CValidationInterface | protected |
void ::UnregisterAllValidationInterfaces() | CValidationInterface | protected |
void ::UnregisterValidationInterface(CValidationInterface *) | CValidationInterface | protected |
~CZMQNotificationInterface() | CZMQNotificationInterface | virtual |