Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
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 105 of file fees.h.

Member Data Documentation

double EstimatorBucket::end = -1

Definition at line 108 of file fees.h.

double EstimatorBucket::inMempool = 0

Definition at line 111 of file fees.h.

double EstimatorBucket::leftMempool = 0

Definition at line 112 of file fees.h.

double EstimatorBucket::start = -1

Definition at line 107 of file fees.h.

double EstimatorBucket::totalConfirmed = 0

Definition at line 110 of file fees.h.

double EstimatorBucket::withinTarget = 0

Definition at line 109 of file fees.h.


The documentation for this struct was generated from the following file: