[#MempoolAcceptResult-m_wtxids_fee_calculations] = xref:MempoolAcceptResult.adoc[MempoolAcceptResult]::m_wtxids_fee_calculations :relfileprefix: ../ :mrdocs: Contains the wtxids of the transactions used for fee‐related checks. Includes this transaction's wtxid and may include others if this transaction was validated as part of a package. This is not necessarily equivalent to the list of transactions passed to ProcessNewPackage(). Only present when m_result_type = ResultType::VALID. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<std::vector<Wtxid>> const m_wtxids_fee_calculations; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#