Construct a package result from a package-wide state and per-transaction results.
Declared in <validation.h>
explicit
PackageMempoolAcceptResult(
PackageValidationState state,
std::map<Wtxid, MempoolAcceptResult>&& results);
| Name | Description |
|---|---|
| state | Validation state for the package as a whole. |
| results | Map from wtxid to the finished result for each transaction. |