Bitcoin Core 31.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
FeeRateEstimation Struct Reference

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

#include <fees.h>

Collaboration diagram for FeeRateEstimation:
[legend]

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...
 

Detailed Description

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

Definition at line 46 of file fees.h.

Member Function Documentation

◆ operator<=>()

auto FeeRateEstimation::operator<=> ( const FeeRateEstimation other) const
inline

Compare two FeeRateEstimation objects based on fee rate.

Parameters
otherThe other FeeRateEstimation object to compare with
Returns
strong ordering of either less, greater or equal; based on feerate ratio comparison.

Definition at line 58 of file fees.h.

Member Data Documentation

◆ feerate

FeePerVSize FeeRateEstimation::feerate

Fee rate sufficient for confirmation within target.

Definition at line 50 of file fees.h.

◆ feerate_estimator

FeeRateEstimatorType FeeRateEstimation::feerate_estimator

This identifies which fee rate estimator is providing this feerate estimate.

Definition at line 48 of file fees.h.

◆ returned_target

int FeeRateEstimation::returned_target

The returned confirmation target for the estimate.

Definition at line 52 of file fees.h.


The documentation for this struct was generated from the following file: