MCPcopy Create free account
hub / github.com/ElementsProject/elements / EstimatorBucket

Class EstimatorBucket

src/policy/fees.h:56–64  ·  view source on GitHub ↗

Used to return detailed information about a feerate bucket */

Source from the content-addressed store, hash-verified

54
55/* Used to return detailed information about a feerate bucket */
56struct EstimatorBucket
57{
58 double start = -1;
59 double end = -1;
60 double withinTarget = 0;
61 double totalConfirmed = 0;
62 double inMempool = 0;
63 double leftMempool = 0;
64};
65
66/* Used to return detailed information about a fee estimate calculation */
67struct EstimationResult

Callers 1

EstimateMedianValMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected