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

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.

Created with MrDocs