![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <interpreter.h>
Public Member Functions | |
GenericTransactionSignatureChecker (const T *txToIn, unsigned int nInIn, const CAmount &amountIn, MissingDataBehavior mdb) | |
GenericTransactionSignatureChecker (const T *txToIn, unsigned int nInIn, const CAmount &amountIn, const PrecomputedTransactionData &txdataIn, MissingDataBehavior mdb) | |
bool | CheckECDSASignature (const std::vector< unsigned char > &scriptSig, const std::vector< unsigned char > &vchPubKey, const CScript &scriptCode, SigVersion sigversion) const override |
bool | CheckSchnorrSignature (std::span< const unsigned char > sig, std::span< const unsigned char > pubkey, SigVersion sigversion, ScriptExecutionData &execdata, ScriptError *serror=nullptr) const override |
bool | CheckLockTime (const CScriptNum &nLockTime) const override |
bool | CheckSequence (const CScriptNum &nSequence) const override |
![]() | |
virtual bool | CheckECDSASignature (const std::vector< unsigned char > &scriptSig, const std::vector< unsigned char > &vchPubKey, const CScript &scriptCode, SigVersion sigversion) const |
virtual bool | CheckSchnorrSignature (std::span< const unsigned char > sig, std::span< const unsigned char > pubkey, SigVersion sigversion, ScriptExecutionData &execdata, ScriptError *serror=nullptr) const |
virtual bool | CheckLockTime (const CScriptNum &nLockTime) const |
virtual bool | CheckSequence (const CScriptNum &nSequence) const |
virtual | ~BaseSignatureChecker ()=default |
Protected Member Functions | |
virtual bool | VerifyECDSASignature (const std::vector< unsigned char > &vchSig, const CPubKey &vchPubKey, const uint256 &sighash) const |
virtual bool | VerifySchnorrSignature (std::span< const unsigned char > sig, const XOnlyPubKey &pubkey, const uint256 &sighash) const |
Private Attributes | |
const T * | txTo |
const MissingDataBehavior | m_mdb |
unsigned int | nIn |
const CAmount | amount |
const PrecomputedTransactionData * | txdata |
SigHashCache | m_sighash_cache |
Definition at line 313 of file interpreter.h.
|
inline |
Definition at line 328 of file interpreter.h.
|
inline |
Definition at line 329 of file interpreter.h.
|
overridevirtual |
Reimplemented from BaseSignatureChecker.
Definition at line 1688 of file interpreter.cpp.
|
overridevirtual |
Reimplemented from BaseSignatureChecker.
Definition at line 1741 of file interpreter.cpp.
|
overridevirtual |
Reimplemented from BaseSignatureChecker.
Definition at line 1713 of file interpreter.cpp.
|
overridevirtual |
Reimplemented from BaseSignatureChecker.
Definition at line 1778 of file interpreter.cpp.
|
protectedvirtual |
Reimplemented in CachingTransactionSignatureChecker.
Definition at line 1676 of file interpreter.cpp.
|
protectedvirtual |
Reimplemented in CachingTransactionSignatureChecker.
Definition at line 1682 of file interpreter.cpp.
|
private |
Definition at line 319 of file interpreter.h.
|
private |
Definition at line 317 of file interpreter.h.
|
mutableprivate |
Definition at line 321 of file interpreter.h.
|
private |
Definition at line 318 of file interpreter.h.
|
private |
Definition at line 320 of file interpreter.h.
|
private |
Definition at line 316 of file interpreter.h.