![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
#include <policy/fees.h>
#include <clientversion.h>
#include <fs.h>
#include <logging.h>
#include <streams.h>
#include <txmempool.h>
#include <util/system.h>
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) |
Variables | |
static const char * | FEE_ESTIMATES_FILENAME = "fee_estimates.dat" |
static constexpr double | INF_FEERATE = 1e99 |
std::string StringForFeeEstimateHorizon | ( | FeeEstimateHorizon | horizon | ) |
|
static |