Bitcoin Core 28.99.0
P2P Digital Currency
|
This is the complete list of members for TxIndex, including all inherited members.
ActiveTipChange(const CBlockIndex &new_tip, bool is_ibd) | CValidationInterface | inlineprotectedvirtual |
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 |
Commit() | BaseIndex | private |
CustomAppend(const interfaces::BlockInfo &block) override | TxIndex | protectedvirtual |
CustomCommit(CDBBatch &batch) | BaseIndex | inlineprotectedvirtual |
CustomInit(const std::optional< interfaces::BlockRef > &block) | BaseIndex | inlineprotectedvirtual |
CustomRewind(const interfaces::BlockRef ¤t_tip, const interfaces::BlockRef &new_tip) | BaseIndex | inlineprotectedvirtual |
FatalErrorf(util::ConstevalFormatString< sizeof...(Args)> fmt, const Args &... args) | BaseIndex | private |
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 | |
Interrupt() | BaseIndex | |
m_best_block_index | BaseIndex | private |
m_chain | BaseIndex | protected |
m_chainstate | BaseIndex | protected |
m_db | TxIndex | private |
m_init | BaseIndex | private |
m_interrupt | BaseIndex | private |
m_name | BaseIndex | protected |
m_synced | BaseIndex | private |
m_thread_sync | BaseIndex | private |
MempoolTransactionsRemovedForBlock(const std::vector< RemovedMempoolTransactionInfo > &txs_removed_for_block, unsigned int nBlockHeight) | CValidationInterface | inlineprotectedvirtual |
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
Rewind(const CBlockIndex *current_tip, const CBlockIndex *new_tip) | BaseIndex | private |
SetBestBlockIndex(const CBlockIndex *block) | BaseIndex | protected |
StartBackgroundSync() | BaseIndex | |
Stop() | BaseIndex | |
Sync() | BaseIndex | |
TransactionAddedToMempool(const NewMempoolTransactionInfo &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 |