#include <policy/fees.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/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.
|
class | TxConfirmStats |
| We will instantiate an instance of this class to track transactions that were included in a block. More...
|
|
◆ MakeFeeSet()
static std::set< double > MakeFeeSet |
( |
const CFeeRate & |
min_incremental_fee, |
|
|
double |
max_filter_fee_rate, |
|
|
double |
fee_filter_spacing |
|
) |
| |
|
static |
◆ StringForFeeEstimateHorizon()
◆ CURRENT_FEES_FILE_VERSION
constexpr int CURRENT_FEES_FILE_VERSION {149900} |
|
constexpr |
◆ INF_FEERATE
constexpr double INF_FEERATE = 1e99 |
|
staticconstexpr |