Signature checker that consults and updates a SignatureCache to avoid repeat verification.
Synopsis
Declared in <script/sigcache.h>
class CachingTransactionSignatureChecker
: public TransactionSignatureChecker
Base Classes
Name |
Description |
Signature checker bound to an immutable CTransaction. |
Member Functions
Name |
Description |
|
Construct a caching checker for a specific transaction input. |
|
Verify an ECDSA signature, using the cache when possible. |
|
Verify a Schnorr signature, using the cache when possible. |
Created with MrDocs