Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CDSNotificationInterface Member List

This is the complete list of members for CDSNotificationInterface, including all inherited members.

AcceptedBlockHeader(const CBlockIndex *pindexNew) overrideCDSNotificationInterfaceprotectedvirtual
BlockChecked(const CBlock &, const CValidationState &)CValidationInterfaceinlineprotectedvirtual
BlockConnected(const std::shared_ptr< const CBlock > &pblock, const CBlockIndex *pindex, const std::vector< CTransactionRef > &vtxConflicted) overrideCDSNotificationInterfaceprotectedvirtual
BlockDisconnected(const std::shared_ptr< const CBlock > &pblock, const CBlockIndex *pindexDisconnected) overrideCDSNotificationInterfaceprotectedvirtual
CDSNotificationInterface(CConnman &connmanIn)CDSNotificationInterfaceinlineexplicit
connmanCDSNotificationInterfaceprivate
InitializeCurrentBlockTip()CDSNotificationInterface
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block)CValidationInterfaceinlineprotectedvirtual
NotifyChainLock(const CBlockIndex *pindex, const llmq::CChainLockSig &clsig) overrideCDSNotificationInterfaceprotectedvirtual
NotifyGovernanceObject(const CGovernanceObject &object)CValidationInterfaceinlineprotectedvirtual
NotifyGovernanceVote(const CGovernanceVote &vote)CValidationInterfaceinlineprotectedvirtual
NotifyHeaderTip(const CBlockIndex *pindexNew, bool fInitialDownload) overrideCDSNotificationInterfaceprotectedvirtual
NotifyInstantSendDoubleSpendAttempt(const CTransaction &currentTx, const CTransaction &previousTx)CValidationInterfaceinlineprotectedvirtual
NotifyMasternodeListChanged(bool undo, const CDeterministicMNList &oldMNList, const CDeterministicMNListDiff &diff) overrideCDSNotificationInterfaceprotectedvirtual
NotifyTransactionLock(const CTransaction &tx, const llmq::CInstantSendLock &islock)CValidationInterfaceinlineprotectedvirtual
ResendWalletTransactions(int64_t nBestBlockTime, CConnman *connman)CValidationInterfaceinlineprotectedvirtual
SetBestChain(const CBlockLocator &locator)CValidationInterfaceinlineprotectedvirtual
SynchronousUpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) overrideCDSNotificationInterfaceprotectedvirtual
TransactionAddedToMempool(const CTransactionRef &tx, int64_t nAcceptTime) overrideCDSNotificationInterfaceprotectedvirtual
TransactionRemovedFromMempool(const CTransactionRef &ptx)CValidationInterfaceinlineprotectedvirtual
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) overrideCDSNotificationInterfaceprotectedvirtual
void ::RegisterValidationInterface(CValidationInterface *)CValidationInterfaceprotected
void ::UnregisterAllValidationInterfaces()CValidationInterfaceprotected
void ::UnregisterValidationInterface(CValidationInterface *)CValidationInterfaceprotected
~CDSNotificationInterface()=defaultCDSNotificationInterfacevirtual
Released under the MIT license