#include <primitives/transaction.h>
#include <sync.h>
#include <threadsafety.h>
#include <uint256.h>
#include <util/expected.h>
#include <util/feefrac.h>
#include <util/fees.h>
#include <util/fs.h>
#include <util/time.h>
#include <chrono>
#include <memory>
#include <optional>
#include <span>
#include <vector>
Go to the source code of this file.
◆ CACHE_LIFE
| constexpr std::chrono::seconds CACHE_LIFE {7} |
|
constexpr |
◆ MEMPOOL_FEE_ESTIMATOR_MAX_TARGET
| constexpr int MEMPOOL_FEE_ESTIMATOR_MAX_TARGET {2} |
|
constexpr |
◆ MEMPOOL_HEALTH_WINDOW_BLOCKS
| constexpr size_t MEMPOOL_HEALTH_WINDOW_BLOCKS = 6 |
|
constexpr |
◆ MEMPOOL_REPRESENTATION_THRESHOLD
| constexpr double MEMPOOL_REPRESENTATION_THRESHOLD = 0.75 |
|
constexpr |