FeeRateEstimation

A successful fee rate estimate returned by a fee rate estimator.

Synopsis

Declared in <util/fees.h>

struct FeeRateEstimation;

Member Functions

NameDescription
operator<=> Compare two FeeRateEstimation objects based on fee rate

Data Members

NameDescription
feerate Fee rate sufficient for confirmation within target.
feerate_estimator This identifies which fee rate estimator is providing this feerate estimate
returned_target The returned confirmation target for the estimate.

Non-Member Functions

NameDescription
FeeRateEstimationRefReturn the estimation carried by a fee rate estimate result: the successful estimation, or the error's zero-value estimation.