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

Synopsis

Declared in <util/fees.h>

struct FeeRateEstimation;

Member Functions

Name

Description

operator<=>

Compare two FeeRateEstimation objects based on fee rate

Data Members

Name

Description

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

Name

Description

FeeRateEstimationRef

Return the estimation carried by a fee rate estimate result: the successful estimation, or the error's zero‐value estimation.

Created with MrDocs