Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

EstimationResult Struct Reference

#include <fees.h>

+ Collaboration diagram for EstimationResult:

Public Attributes

EstimatorBucket pass
 
EstimatorBucket fail
 
double decay = 0
 
unsigned int scale = 0
 

Detailed Description

Definition at line 117 of file fees.h.

Member Data Documentation

◆ decay

double EstimationResult::decay = 0

◆ fail

EstimatorBucket EstimationResult::fail

◆ pass

EstimatorBucket EstimationResult::pass

◆ scale

unsigned int EstimationResult::scale = 0

Definition at line 122 of file fees.h.

Referenced by TxConfirmStats::EstimateMedianVal(), and estimaterawfee().


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