![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
This is the complete list of members for FeeRateEstimatorManager, including all inherited members.
| ActiveTipChange(const CBlockIndex &new_tip, bool is_ibd) | CValidationInterface | inlineprotectedvirtual |
| BlockChecked(const std::shared_ptr< const CBlock > &, const BlockValidationState &) | CValidationInterface | inlineprotectedvirtual |
| BlockConnected(const kernel::ChainstateRole &role, 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 |
| BlockPolicyEstimateRawFee(unsigned int target, double threshold, FeeEstimateHorizon horizon, EstimationResult *buckets) const | FeeRateEstimatorManager | |
| BlockPolicyHighestTargetTracked(FeeEstimateHorizon horizon) const | FeeRateEstimatorManager | |
| ChainStateFlushed(const kernel::ChainstateRole &role, const CBlockLocator &locator) | CValidationInterface | inlineprotectedvirtual |
| FeeRateEstimatorManager(const fs::path &block_policy_path, bool read_stale_estimates, const fs::path &mempool_estimator_path, const CTxMemPool &mempool, ChainstateManager &chainman) | FeeRateEstimatorManager | |
| GetFeeRateEstimate(int target, bool conservative) const | FeeRateEstimatorManager | virtual |
| GetFeeRateEstimate(FeeRateEstimatorType type, int target, bool conservative) const | FeeRateEstimatorManager | virtual |
| IntervalFlush() | FeeRateEstimatorManager | |
| m_block_policy_estimator | FeeRateEstimatorManager | private |
| m_mempool_estimator | FeeRateEstimatorManager | private |
| MaximumTarget() const | FeeRateEstimatorManager | virtual |
| MempoolPolicyEstimatorBlocksStats() const | FeeRateEstimatorManager | |
| MempoolTransactionsRemovedForBlock(const std::shared_ptr< const CBlock > &block, const std::vector< RemovedMempoolTransactionInfo > &txs_removed_for_block, unsigned int block_height) override | FeeRateEstimatorManager | protectedvirtual |
| NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
| ShutdownFlush() | FeeRateEstimatorManager | |
| TransactionAddedToMempool(const NewMempoolTransactionInfo &tx, uint64_t) override | FeeRateEstimatorManager | protectedvirtual |
| TransactionRemovedFromMempool(const CTransactionRef &tx, MemPoolRemovalReason, uint64_t) override | FeeRateEstimatorManager | protectedvirtual |
| UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) | CValidationInterface | inlineprotectedvirtual |
| ~CValidationInterface()=default | CValidationInterface | protected |
| ~FeeRateEstimatorManager() | FeeRateEstimatorManager | virtual |