![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
This is the complete list of members for TxIndex, including all inherited members.
| AllowPrune() const override | TxIndex | inlineprivatevirtual |
| BaseIndex(std::unique_ptr< interfaces::Chain > chain, std::string name) | BaseIndex | |
| BlockChecked(const CBlock &, const BlockValidationState &) | CValidationInterface | inlineprotectedvirtual |
| BlockConnected(ChainstateRole role, const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) override | BaseIndex | protectedvirtual |
| BlockDisconnected(const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
| ChainStateFlushed(ChainstateRole role, const CBlockLocator &locator) override | BaseIndex | protectedvirtual |
| CustomAppend(const interfaces::BlockInfo &block) override | TxIndex | protectedvirtual |
| CustomCommit(CDBBatch &batch) | BaseIndex | inlineprotectedvirtual |
| CustomInit(const std::optional< interfaces::BlockKey > &block) | BaseIndex | inlineprotectedvirtual |
| CustomRewind(const interfaces::BlockKey ¤t_tip, const interfaces::BlockKey &new_tip) | BaseIndex | inlineprotectedvirtual |
| FindTx(const uint256 &tx_hash, uint256 &block_hash, CTransactionRef &tx) const | TxIndex | |
| GetDB() const override | TxIndex | protectedvirtual |
| GetName() const LIFETIMEBOUND | BaseIndex | inline |
| GetSummary() const | BaseIndex | |
| Init() | BaseIndex | |
| m_chain | BaseIndex | protected |
| m_chainstate | BaseIndex | protected |
| m_db | TxIndex | private |
| m_name | BaseIndex | protected |
| NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
| SetBestBlockIndex(const CBlockIndex *block) | BaseIndex | protected |
| StartBackgroundSync() | BaseIndex | |
| Stop() | BaseIndex | |
| TransactionAddedToMempool(const CTransactionRef &tx, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
| TransactionRemovedFromMempool(const CTransactionRef &tx, MemPoolRemovalReason reason, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
| TxIndex(std::unique_ptr< interfaces::Chain > chain, size_t n_cache_size, bool f_memory=false, bool f_wipe=false) | TxIndex | explicit |
| UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) | CValidationInterface | inlineprotectedvirtual |
| ~BaseIndex() | BaseIndex | virtual |
| ~CValidationInterface()=default | CValidationInterface | protected |
| ~TxIndex() override | TxIndex | virtual |
1.8.14