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