Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Functions | Variables
fees.h File Reference
#include <consensus/amount.h>
#include <random.h>
#include <uint256.h>
#include <map>
#include <string>
#include <vector>
Include dependency graph for fees.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ MAX_FEERATE()

static const Amount MAX_FEERATE ( int64_t(1e7) *  SATOSHI)
static
Here is the caller graph for this function:

◆ MIN_FEERATE()

static constexpr Amount MIN_FEERATE ( 10 *  SATOSHI)
staticconstexpr

Variable Documentation

◆ FEE_SPACING

const double FEE_SPACING = 1.1
static

Spacing of FeeRate buckets.

Definition at line 26 of file fees.h.