Bitcoin Core 30.99.0
P2P Digital Currency
Public Attributes | List of all members
FeeCalculation Struct Reference

#include <block_policy_estimator.h>

Collaboration diagram for FeeCalculation:
[legend]

Public Attributes

EstimationResult est
 
FeeReason reason = FeeReason::NONE
 
int desiredTarget = 0
 
int returnedTarget = 0
 
unsigned int best_height {0}
 

Detailed Description

Definition at line 92 of file block_policy_estimator.h.

Member Data Documentation

◆ best_height

unsigned int FeeCalculation::best_height {0}

Definition at line 98 of file block_policy_estimator.h.

◆ desiredTarget

int FeeCalculation::desiredTarget = 0

Definition at line 96 of file block_policy_estimator.h.

◆ est

EstimationResult FeeCalculation::est

Definition at line 94 of file block_policy_estimator.h.

◆ reason

FeeReason FeeCalculation::reason = FeeReason::NONE

Definition at line 95 of file block_policy_estimator.h.

◆ returnedTarget

int FeeCalculation::returnedTarget = 0

Definition at line 97 of file block_policy_estimator.h.


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