[#GenericTransactionSignatureChecker-03-2constructor-04] = xref:GenericTransactionSignatureChecker-03.adoc[GenericTransactionSignatureChecker]::GenericTransactionSignatureChecker :relfileprefix: ../ :mrdocs: Construct a checker that reuses precomputed transaction data. == Synopsis Declared in `<script/interpreter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- GenericTransactionSignatureChecker( T const* txToIn, unsigned int nInIn, xref:CAmount.adoc[CAmount] const& amountIn, xref:PrecomputedTransactionData.adoc[PrecomputedTransactionData] const& txdataIn, xref:MissingDataBehavior.adoc[MissingDataBehavior] mdb); ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#