Construct a package result from a package‐wide state and per‐transaction results.

Synopsis

Declared in <validation.h>

explicit
PackageMempoolAcceptResult(
    PackageValidationState state,
    std::map<Wtxid, MempoolAcceptResult>&& results);

Parameters

Name

Description

state

Validation state for the package as a whole.

results

Map from wtxid to the finished result for each transaction.

Created with MrDocs