![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <policy/fees/block_policy_estimator.h>#include <common/system.h>#include <consensus/amount.h>#include <kernel/mempool_entry.h>#include <logging.h>#include <policy/feerate.h>#include <primitives/transaction.h>#include <random.h>#include <serialize.h>#include <streams.h>#include <sync.h>#include <tinyformat.h>#include <uint256.h>#include <util/fs.h>#include <util/serfloat.h>#include <util/syserror.h>#include <util/time.h>#include <algorithm>#include <cassert>#include <chrono>#include <cmath>#include <cstddef>#include <cstdint>#include <exception>#include <stdexcept>#include <utility>Go to the source code of this file.
Classes | |
| class | TxConfirmStats |
| We will instantiate an instance of this class to track transactions that were included in a block. More... | |
Functions | |
| std::string | StringForFeeEstimateHorizon (FeeEstimateHorizon horizon) |
| static std::set< double > | MakeFeeSet (const CFeeRate &min_incremental_fee, double max_filter_fee_rate, double fee_filter_spacing) |
Variables | |
| constexpr int | CURRENT_FEES_FILE_VERSION {309900} |
| static constexpr double | INF_FEERATE = 1e99 |
|
static |
Definition at line 1085 of file block_policy_estimator.cpp.
| std::string StringForFeeEstimateHorizon | ( | FeeEstimateHorizon | horizon | ) |
Definition at line 41 of file block_policy_estimator.cpp.
Definition at line 37 of file block_policy_estimator.cpp.
Definition at line 39 of file block_policy_estimator.cpp.