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