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