Construct a checker without precomputed transaction data.

Synopsis

Declared in <script/interpreter.h>

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

Parameters

Name

Description

txToIn

The spending transaction.

nInIn

Index of the input being verified.

amountIn

Value of the output being spent.

mdb

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

Created with MrDocs