Bitcoin ABC 0.30.5
P2P Digital Currency
|
This is the complete list of members for TxIndex, including all inherited members.
AllowPrune() const override | TxIndex | inlineprivatevirtual |
BlockChecked(const CBlock &, const BlockValidationState &) | CValidationInterface | inlineprotectedvirtual |
BlockConnected(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 |
BlockFinalized(const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
BlockInvalidated(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
ChainStateFlushed(const CBlockLocator &locator) override | BaseIndex | protectedvirtual |
Commit() | BaseIndex | private |
CommitInternal(CDBBatch &batch) | BaseIndex | protectedvirtual |
CurrentIndex() | BaseIndex | inlineprotected |
FindTx(const TxId &txid, BlockHash &block_hash, CTransactionRef &tx) const | TxIndex | |
GetDB() const override | TxIndex | protectedvirtual |
GetName() const override | TxIndex | inlineprotectedvirtual |
GetSummary() const | BaseIndex | |
Init() | BaseIndex | protectedvirtual |
Interrupt() | BaseIndex | |
m_best_block_index | BaseIndex | private |
m_chainstate | BaseIndex | protected |
m_db | TxIndex | private |
m_interrupt | BaseIndex | private |
m_synced | BaseIndex | private |
m_thread_sync | BaseIndex | private |
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
Rewind(const CBlockIndex *current_tip, const CBlockIndex *new_tip) | BaseIndex | protectedvirtual |
SetBestBlockIndex(const CBlockIndex *block) | BaseIndex | protected |
Start(Chainstate &active_chainstate) | BaseIndex | |
Stop() | BaseIndex | |
ThreadSync() | BaseIndex | private |
TransactionAddedToMempool(const CTransactionRef &tx, std::shared_ptr< const std::vector< Coin > > spent_coins, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
TransactionRemovedFromMempool(const CTransactionRef &tx, MemPoolRemovalReason reason, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
TxIndex(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 |
WriteBlock(const CBlock &block, const CBlockIndex *pindex) override | TxIndex | protectedvirtual |
~BaseIndex() | BaseIndex | virtual |
~CValidationInterface()=default | CValidationInterface | protected |
~TxIndex() override | TxIndex | virtual |