Construct a checker that reuses precomputed transaction data.

Synopsis

Declared in <script/interpreter.h>

GenericTransactionSignatureChecker(
    T const* txToIn,
    unsigned int nInIn,
    CAmount const& amountIn,
    PrecomputedTransactionData const& txdataIn,
    MissingDataBehavior mdb);

Parameters

Name

Description

txToIn

The spending transaction.

nInIn

Index of the input being verified.

amountIn

Value of the output being spent.

txdataIn

Precomputed transaction data shared across inputs.

mdb

How to react when required spent‐output data is missing.

Created with MrDocs