Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
FeeRateEstimationError Struct Reference

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

#include <fees.h>

Collaboration diagram for FeeRateEstimationError:
[legend]

Public Attributes

FeeRateEstimation estimation
 
std::string reason
 

Detailed Description

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

Definition at line 69 of file fees.h.

Member Data Documentation

◆ estimation

FeeRateEstimation FeeRateEstimationError::estimation

Definition at line 70 of file fees.h.

◆ reason

std::string FeeRateEstimationError::reason

Definition at line 71 of file fees.h.


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