[#PackageMempoolAcceptResult] = PackageMempoolAcceptResult :mrdocs: Validation result for package mempool acceptance. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PackageMempoolAcceptResult; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:PackageMempoolAcceptResult/2constructor-05.adoc[`PackageMempoolAcceptResult`] [.small]#[constructor]# | Constructors |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:PackageMempoolAcceptResult/m_state.adoc[`m_state`] | Validation state for the package as a whole. | xref:PackageMempoolAcceptResult/m_tx_results.adoc[`m_tx_results`] | 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. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:ProcessNewPackage.adoc[`ProcessNewPackage`] | Validate (and maybe submit) a package to the mempool. See doc/policy/packages.md for full details on package validation rules. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#