#include <sigcache.h>
|
| | CachingTransactionSignatureChecker (const CTransaction *txToIn, unsigned int nInIn, const CAmount &amount, bool storeIn, PrecomputedTransactionData &cachedHashesIn) |
| |
| bool | VerifySignature (const std::vector< unsigned char > &vchSig, const CPubKey &vchPubKey, const uint256 &sighash) const |
| |
| | TransactionSignatureChecker (const CTransaction *txToIn, unsigned int nInIn, const CAmount &amountIn) |
| |
| | TransactionSignatureChecker (const CTransaction *txToIn, unsigned int nInIn, const CAmount &amountIn, const PrecomputedTransactionData &cachedHashesIn) |
| |
| 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 | CheckColdStake (bool fAllowLastOutputFree, const CScript &prevoutScript, std::vector< valtype > &stack, unsigned int flags, ScriptError *serror) 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 |
|
virtual |
◆ store
| bool CachingTransactionSignatureChecker::store |
|
private |
The documentation for this class was generated from the following files: