![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#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 |
Definition at line 73 of file block_policy_estimator.h.
| double EstimatorBucket::end = -1 |
Definition at line 76 of file block_policy_estimator.h.
| double EstimatorBucket::inMempool = 0 |
Definition at line 79 of file block_policy_estimator.h.
| double EstimatorBucket::leftMempool = 0 |
Definition at line 80 of file block_policy_estimator.h.
| double EstimatorBucket::start = -1 |
Definition at line 75 of file block_policy_estimator.h.
| double EstimatorBucket::totalConfirmed = 0 |
Definition at line 78 of file block_policy_estimator.h.
| double EstimatorBucket::withinTarget = 0 |
Definition at line 77 of file block_policy_estimator.h.