![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
A successful fee rate estimate returned by a fee rate estimator. More...
#include <fees.h>
Public Member Functions | |
| auto | operator<=> (const FeeRateEstimation &other) const |
| Compare two FeeRateEstimation objects based on fee rate. More... | |
Public Attributes | |
| FeeRateEstimatorType | feerate_estimator |
| This identifies which fee rate estimator is providing this feerate estimate. More... | |
| FeePerVSize | feerate |
| Fee rate sufficient for confirmation within target. More... | |
| int | returned_target |
| The returned confirmation target for the estimate. More... | |
A successful fee rate estimate returned by a fee rate estimator.
|
inline |
Compare two FeeRateEstimation objects based on fee rate.
| other | The other FeeRateEstimation object to compare with |
| FeePerVSize FeeRateEstimation::feerate |
| FeeRateEstimatorType FeeRateEstimation::feerate_estimator |
| int FeeRateEstimation::returned_target |