PackageMempoolAcceptResult::PackageMempoolAcceptResult

Construct a package result from a package-wide state, a package feerate, and per-transaction results.

Synopsis

Declared in <validation.h>

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

Parameters

NameDescription
stateValidation state for the package as a whole.
feerateThe package feerate at which the package was evaluated.
resultsMap from wtxid to the finished result for each transaction.