![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
This is the complete list of members for TestInterface, including all inherited members.
BlockChecked(const CBlock &block, const BlockValidationState &state) override | TestInterface | inlinevirtual |
BlockConnected(const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
BlockDisconnected(const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
Call() | TestInterface | inlinestatic |
ChainStateFlushed(const CBlockLocator &locator) | CValidationInterface | inlineprotectedvirtual |
m_on_call | TestInterface | |
m_on_destroy | TestInterface | |
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
TestInterface(std::function< void()> on_call=nullptr, std::function< void()> on_destroy=nullptr) | TestInterface | inline |
TransactionAddedToMempool(const CTransactionRef &tx, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
TransactionRemovedFromMempool(const CTransactionRef &tx, MemPoolRemovalReason reason, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) | CValidationInterface | inlineprotectedvirtual |
~CValidationInterface()=default | CValidationInterface | protected |
~TestInterface() | TestInterface | inlinevirtual |