![]() |
BSHA3
0.17.99
P2P Blockchain, based on 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 |
Definition at line 166 of file interpreter.h.
|
inline |
Definition at line 178 of file interpreter.h.
|
inline |
Definition at line 179 of file interpreter.h.
|
overridevirtual |
Reimplemented from BaseSignatureChecker.
Definition at line 1332 of file interpreter.cpp.
|
overridevirtual |
Reimplemented from BaseSignatureChecker.
Definition at line 1369 of file interpreter.cpp.
|
overridevirtual |
Reimplemented from BaseSignatureChecker.
Definition at line 1310 of file interpreter.cpp.
|
protectedvirtual |
Reimplemented in CachingTransactionSignatureChecker.
Definition at line 1304 of file interpreter.cpp.
|
private |
Definition at line 171 of file interpreter.h.
|
private |
Definition at line 170 of file interpreter.h.
|
private |
Definition at line 172 of file interpreter.h.
|
private |
Definition at line 169 of file interpreter.h.