[#PackageMempoolAcceptResult-m_tx_results] = xref:PackageMempoolAcceptResult.adoc[PackageMempoolAcceptResult]::m_tx_results :relfileprefix: ../ :mrdocs: Map from wtxid to finished MempoolAcceptResults. The client is responsible for keeping track of the transaction objects themselves. If a result is not present, it means validation was unfinished for that transaction. If there was a package‐wide error (see result in m_state), m_tx_results will be empty. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<Wtxid, MempoolAcceptResult> m_tx_results; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#