Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

EstimatorBucket Struct Reference

#include <fees.h>

Public Attributes

double start = -1
 
double end = -1
 
double withinTarget = 0
 
double totalConfirmed = 0
 
double inMempool = 0
 
double leftMempool = 0
 

Detailed Description

Definition at line 106 of file fees.h.

Member Data Documentation

◆ end

double EstimatorBucket::end = -1

◆ inMempool

double EstimatorBucket::inMempool = 0

◆ leftMempool

double EstimatorBucket::leftMempool = 0

◆ start

double EstimatorBucket::start = -1

◆ totalConfirmed

double EstimatorBucket::totalConfirmed = 0

◆ withinTarget

double EstimatorBucket::withinTarget = 0

The documentation for this struct was generated from the following file:
Released under the MIT license