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>
std::optional<std::vector<Wtxid>> const m_wtxids_fee_calculations;
Created with MrDocs