Return the estimation carried by a fee rate estimate result: the successful estimation, or the error's zero-value estimation.
Declared in <util/fees.h>
FeeRateEstimation const&
FeeRateEstimationRef(util::Expected<FeeRateEstimation, FeeRateEstimationError> const& result);
A reference to the successful estimation, or the error's zero-value estimation.
| Name | Description |
|---|---|
| result | The estimate result to unwrap. |