Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | List of all members
BaseSignatureChecker Class Reference

#include <interpreter.h>

Inheritance diagram for BaseSignatureChecker:
[legend]

Public Member Functions

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 ()
 

Detailed Description

Definition at line 31 of file interpreter.h.

Constructor & Destructor Documentation

◆ ~BaseSignatureChecker()

virtual BaseSignatureChecker::~BaseSignatureChecker ( )
inlinevirtual

Definition at line 51 of file interpreter.h.

Member Function Documentation

◆ CheckLockTime()

virtual bool BaseSignatureChecker::CheckLockTime ( const CScriptNum nLockTime) const
inlinevirtual

Reimplemented in GenericTransactionSignatureChecker< T >.

Definition at line 43 of file interpreter.h.

Here is the caller graph for this function:

◆ CheckSequence()

virtual bool BaseSignatureChecker::CheckSequence ( const CScriptNum nSequence) const
inlinevirtual

Reimplemented in GenericTransactionSignatureChecker< T >.

Definition at line 47 of file interpreter.h.

Here is the caller graph for this function:

◆ CheckSig()

virtual bool BaseSignatureChecker::CheckSig ( const std::vector< uint8_t > &  vchSigIn,
const std::vector< uint8_t > &  vchPubKey,
const CScript scriptCode,
uint32_t  flags 
) const
inlinevirtual

Reimplemented in GenericTransactionSignatureChecker< T >.

Definition at line 37 of file interpreter.h.

Here is the caller graph for this function:

◆ VerifySignature()

bool BaseSignatureChecker::VerifySignature ( const std::vector< uint8_t > &  vchSig,
const CPubKey vchPubKey,
const uint256 sighash 
) const
virtual

Reimplemented in CachingTransactionSignatureChecker.

Definition at line 1646 of file interpreter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: