FeeRateEstimationError

A failed fee rate estimation, carrying the zero-value estimation that identifies the estimator and target alongside the error reason.

Synopsis

Declared in <util/fees.h>

struct FeeRateEstimationError;

Data Members

NameDescription
estimation The zero-value estimation identifying the estimator and target that failed.
reason Human-readable description of why estimation failed.

Non-Member Functions

NameDescription
EstimationErrorBuild a fee rate estimation error result: a zero-value estimation identifying the estimator and target, alongside the error message.