FeeRateEstimation::operator<=>

Compare two FeeRateEstimation objects based on fee rate

Synopsis

Declared in <util/fees.h>

auto
operator<=>(FeeRateEstimation const& other) const;

Return Value

strong ordering of either less, greater or equal; based on feerate ratio comparison.

Parameters

NameDescription
otherThe other FeeRateEstimation object to compare with