#include <sigcache.h>
|
| | CachingTransactionSignatureChecker (const CTransaction *txToIn, unsigned int nInIn, const CAmount &amountIn, bool storeIn, PrecomputedTransactionData &txdataIn) |
| |
| bool | VerifySignature (const std::vector< unsigned char > &vchSig, const CPubKey &vchPubKey, const uint256 &sighash) const override |
| |
| | GenericTransactionSignatureChecker (const T *txToIn, unsigned int nInIn, const CAmount &amountIn) |
| |
| | GenericTransactionSignatureChecker (const T *txToIn, unsigned int nInIn, const CAmount &amountIn, const PrecomputedTransactionData &txdataIn) |
| |
| bool | CheckSig (const std::vector< unsigned char > &scriptSig, const std::vector< unsigned char > &vchPubKey, const CScript &scriptCode, SigVersion sigversion) const override |
| |
| bool | CheckLockTime (const CScriptNum &nLockTime) const override |
| |
| bool | CheckSequence (const CScriptNum &nSequence) const override |
| |
| virtual | ~BaseSignatureChecker () |
| |
Definition at line 43 of file sigcache.h.
◆ CachingTransactionSignatureChecker()
◆ VerifySignature()
| bool CachingTransactionSignatureChecker::VerifySignature |
( |
const std::vector< unsigned char > & |
vchSig, |
|
|
const CPubKey & |
vchPubKey, |
|
|
const uint256 & |
sighash |
|
) |
| const |
|
overridevirtual |
◆ store
| bool CachingTransactionSignatureChecker::store |
|
private |
The documentation for this class was generated from the following files: