[#MempoolAcceptResult-m_effective_feerate] = xref:MempoolAcceptResult.adoc[MempoolAcceptResult]::m_effective_feerate :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<CFeeRate> const m_effective_feerate; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#