Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
EstimatorBucket Struct Reference

#include <block_policy_estimator.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 72 of file block_policy_estimator.h.

Member Data Documentation

◆ end

double EstimatorBucket::end = -1

Definition at line 75 of file block_policy_estimator.h.

◆ inMempool

double EstimatorBucket::inMempool = 0

Definition at line 78 of file block_policy_estimator.h.

◆ leftMempool

double EstimatorBucket::leftMempool = 0

Definition at line 79 of file block_policy_estimator.h.

◆ start

double EstimatorBucket::start = -1

Definition at line 74 of file block_policy_estimator.h.

◆ totalConfirmed

double EstimatorBucket::totalConfirmed = 0

Definition at line 77 of file block_policy_estimator.h.

◆ withinTarget

double EstimatorBucket::withinTarget = 0

Definition at line 76 of file block_policy_estimator.h.


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