Aggregate details about how a smart fee estimate was reached.

Synopsis

Declared in <policy/fees/block_policy_estimator.h>

struct FeeCalculation;

Data Members

Name

Description

best_height

Block height at which the estimate was computed.

desiredTarget

Confirmation target originally requested.

est

Detailed data about the estimate calculation.

reason

Reason describing how the estimate was produced.

returnedTarget

Confirmation target actually used for the estimate.

Created with MrDocs