Bitcoin Core 28.99.0
P2P Digital Currency
|
This is the complete list of members for CoinStatsIndex, including all inherited members.
ActiveTipChange(const CBlockIndex &new_tip, bool is_ibd) | CValidationInterface | inlineprotectedvirtual |
AllowPrune() const override | CoinStatsIndex | 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 |
CoinStatsIndex(std::unique_ptr< interfaces::Chain > chain, size_t n_cache_size, bool f_memory=false, bool f_wipe=false) | CoinStatsIndex | explicit |
Commit() | BaseIndex | private |
CustomAppend(const interfaces::BlockInfo &block) override | CoinStatsIndex | protectedvirtual |
CustomCommit(CDBBatch &batch) override | CoinStatsIndex | protectedvirtual |
CustomInit(const std::optional< interfaces::BlockRef > &block) override | CoinStatsIndex | protectedvirtual |
CustomRewind(const interfaces::BlockRef ¤t_tip, const interfaces::BlockRef &new_tip) override | CoinStatsIndex | protectedvirtual |
FatalErrorf(util::ConstevalFormatString< sizeof...(Args)> fmt, const Args &... args) | BaseIndex | private |
GetDB() const override | CoinStatsIndex | inlineprotectedvirtual |
GetName() const LIFETIMEBOUND | BaseIndex | inline |
GetSummary() const | BaseIndex | |
Init() | BaseIndex | |
Interrupt() | BaseIndex | |
LookUpStats(const CBlockIndex &block_index) const | CoinStatsIndex | |
m_best_block_index | BaseIndex | private |
m_bogo_size | CoinStatsIndex | private |
m_chain | BaseIndex | protected |
m_chainstate | BaseIndex | protected |
m_db | CoinStatsIndex | private |
m_init | BaseIndex | private |
m_interrupt | BaseIndex | private |
m_muhash | CoinStatsIndex | private |
m_name | BaseIndex | protected |
m_synced | BaseIndex | private |
m_thread_sync | BaseIndex | private |
m_total_amount | CoinStatsIndex | private |
m_total_coinbase_amount | CoinStatsIndex | private |
m_total_new_outputs_ex_coinbase_amount | CoinStatsIndex | private |
m_total_prevout_spent_amount | CoinStatsIndex | private |
m_total_subsidy | CoinStatsIndex | private |
m_total_unspendable_amount | CoinStatsIndex | private |
m_total_unspendables_bip30 | CoinStatsIndex | private |
m_total_unspendables_genesis_block | CoinStatsIndex | private |
m_total_unspendables_scripts | CoinStatsIndex | private |
m_total_unspendables_unclaimed_rewards | CoinStatsIndex | private |
m_transaction_output_count | CoinStatsIndex | 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 |
ReverseBlock(const CBlock &block, const CBlockIndex *pindex) | CoinStatsIndex | private |
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 |
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) | CValidationInterface | inlineprotectedvirtual |
~BaseIndex() | BaseIndex | virtual |
~CValidationInterface()=default | CValidationInterface | protected |