Bitcoin
|
#include <interpreter.h>
Public Member Functions | |
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 () |
Protected Member Functions | |
virtual bool | VerifySignature (const std::vector< unsigned char > &vchSig, const CPubKey &vchPubKey, const uint256 &sighash) const |
Private Attributes | |
const T * | txTo |
unsigned int | nIn |
const CAmount | amount |
const PrecomputedTransactionData * | txdata |
|
inline |
|
inline |
|
overridevirtual |
Reimplemented from BaseSignatureChecker.
|
overridevirtual |
Reimplemented from BaseSignatureChecker.
|
overridevirtual |
Reimplemented from BaseSignatureChecker.
|
protectedvirtual |
Reimplemented in CachingTransactionSignatureChecker.
|
private |
|
private |
|
private |
|
private |