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)CValidationInterfaceinlineprotectedvirtual
BlockChecked(const CBlock &, const CValidationState &)CValidationInterfaceinlineprotectedvirtual
BlockConnected(const std::shared_ptr< const CBlock > &pblock, const CBlockIndex *pindexConnected, const std::vector< CTransactionRef > &vtxConflicted) overrideCZMQNotificationInterfaceprotectedvirtual
BlockDisconnected(const std::shared_ptr< const CBlock > &pblock, const CBlockIndex *pindexDisconnected) overrideCZMQNotificationInterfaceprotectedvirtual
Create()CZMQNotificationInterfacestatic
CZMQNotificationInterface()CZMQNotificationInterfaceprivate
Initialize()CZMQNotificationInterfaceprotected
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block)CValidationInterfaceinlineprotectedvirtual
notifiersCZMQNotificationInterfaceprivate
NotifyChainLock(const CBlockIndex *pindex, const llmq::CChainLockSig &clsig) overrideCZMQNotificationInterfaceprotectedvirtual
NotifyGovernanceObject(const CGovernanceObject &object) overrideCZMQNotificationInterfaceprotectedvirtual
NotifyGovernanceVote(const CGovernanceVote &vote) overrideCZMQNotificationInterfaceprotectedvirtual
NotifyHeaderTip(const CBlockIndex *pindexNew, bool fInitialDownload)CValidationInterfaceinlineprotectedvirtual
NotifyInstantSendDoubleSpendAttempt(const CTransaction &currentTx, const CTransaction &previousTx) overrideCZMQNotificationInterfaceprotectedvirtual
NotifyMasternodeListChanged(bool undo, const CDeterministicMNList &oldMNList, const CDeterministicMNListDiff &diff)CValidationInterfaceinlineprotectedvirtual
NotifyTransactionLock(const CTransaction &tx, const llmq::CInstantSendLock &islock) overrideCZMQNotificationInterfaceprotectedvirtual
pcontextCZMQNotificationInterfaceprivate
ResendWalletTransactions(int64_t nBestBlockTime, CConnman *connman)CValidationInterfaceinlineprotectedvirtual
SetBestChain(const CBlockLocator &locator)CValidationInterfaceinlineprotectedvirtual
Shutdown()CZMQNotificationInterfaceprotected
SynchronousUpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload)CValidationInterfaceinlineprotectedvirtual
TransactionAddedToMempool(const CTransactionRef &tx, int64_t nAcceptTime) overrideCZMQNotificationInterfaceprotectedvirtual
TransactionRemovedFromMempool(const CTransactionRef &ptx)CValidationInterfaceinlineprotectedvirtual
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) overrideCZMQNotificationInterfaceprotectedvirtual
void ::RegisterValidationInterface(CValidationInterface *)CValidationInterfaceprotected
void ::UnregisterAllValidationInterfaces()CValidationInterfaceprotected
void ::UnregisterValidationInterface(CValidationInterface *)CValidationInterfaceprotected
~CZMQNotificationInterface()CZMQNotificationInterfacevirtual
Released under the MIT license