The feerate at which this transaction was considered. This includes any fee delta added using prioritisetransaction (i.e. modified fees). If this transaction was submitted as a package, this is the package feerate, which may also include its descendants and/or ancestors (see m_wtxids_fee_calculations below).
Synopsis
Declared in <validation.h>
std::optional<CFeeRate> const m_effective_feerate;
Created with MrDocs