BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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 61 of file fees.h.

Member Data Documentation

◆ end

double EstimatorBucket::end = -1

Definition at line 64 of file fees.h.

◆ inMempool

double EstimatorBucket::inMempool = 0

Definition at line 67 of file fees.h.

◆ leftMempool

double EstimatorBucket::leftMempool = 0

Definition at line 68 of file fees.h.

◆ start

double EstimatorBucket::start = -1

Definition at line 63 of file fees.h.

◆ totalConfirmed

double EstimatorBucket::totalConfirmed = 0

Definition at line 66 of file fees.h.

◆ withinTarget

double EstimatorBucket::withinTarget = 0

Definition at line 65 of file fees.h.


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