[#PackageMempoolAcceptResult-2constructor-07] = xref:PackageMempoolAcceptResult.adoc[PackageMempoolAcceptResult]::PackageMempoolAcceptResult :relfileprefix: ../ :mrdocs: Construct a package result from a package‐wide state, a package feerate, and per‐transaction results. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit PackageMempoolAcceptResult( xref:PackageValidationState.adoc[PackageValidationState] state, xref:CFeeRate.adoc[CFeeRate] feerate, std::map<Wtxid, MempoolAcceptResult>&& results); ---- == Parameters [cols="1,4"] |=== | Name| Description | *state* | Validation state for the package as a whole. | *feerate* | The package feerate at which the package was evaluated. | *results* | Map from wtxid to the finished result for each transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#