[#CachingTransactionSignatureChecker-2constructor] = xref:CachingTransactionSignatureChecker.adoc[CachingTransactionSignatureChecker]::CachingTransactionSignatureChecker :relfileprefix: ../ :mrdocs: Construct a caching checker for a specific transaction input. == Synopsis Declared in `<script/sigcache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CachingTransactionSignatureChecker( xref:CTransaction.adoc[CTransaction] const* txToIn, unsigned int nInIn, xref:CAmount.adoc[CAmount] const& amountIn, bool storeIn, xref:SignatureCache.adoc[SignatureCache]& signature_cache, xref:PrecomputedTransactionData.adoc[PrecomputedTransactionData]& txdataIn); ---- == Parameters [cols="1,4"] |=== | Name| Description | *txToIn* | The transaction whose input is being verified. | *nInIn* | The index of the input being verified. | *amountIn* | The value of the output being spent. | *storeIn* | Whether to store newly verified signatures in the cache. | *signature_cache* | The signature cache to consult and update. | *txdataIn* | Precomputed transaction data reused across checks. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#