Construct a checker without precomputed transaction data.
Declared in <script/interpreter.h>
GenericTransactionSignatureChecker(
T const* txToIn,
unsigned int nInIn,
CAmount const& amountIn,
MissingDataBehavior mdb);
| 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. |