Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <consensus/amount.h>
#include <random.h>
#include <sync.h>
#include <uint256.h>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | FeeFilterRounder |
Functions | |
static constexpr Amount | MIN_FEERATE (10 *SATOSHI) |
static const Amount | MAX_FEERATE (int64_t(1e7) *SATOSHI) |
Variables | |
static const double | FEE_SPACING = 1.1 |
Spacing of FeeRate buckets. More... | |
|
static |
|
staticconstexpr |