#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 |
|
| TransactionSignatureChecker (const CTransaction *txToIn, unsigned int nInIn, const CAmount &amountIn) |
|
| TransactionSignatureChecker (const CTransaction *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.
bool CachingTransactionSignatureChecker::VerifySignature |
( |
const std::vector< unsigned char > & |
vchSig, |
|
|
const CPubKey & |
vchPubKey, |
|
|
const uint256 & |
sighash |
|
) |
| const |
|
overridevirtual |
bool CachingTransactionSignatureChecker::store |
|
private |
The documentation for this class was generated from the following files: