![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <interpreter.h>
Public Member Functions | |
MutableTransactionSignatureChecker (const CMutableTransaction *txToIn, unsigned int nInIn) | |
![]() | |
TransactionSignatureChecker (const CTransaction *txToIn, unsigned int nInIn) | |
bool | CheckSig (const std::vector< unsigned char > &scriptSig, const std::vector< unsigned char > &vchPubKey, const CScript &scriptCode) const |
bool | CheckLockTime (const CScriptNum &nLockTime) const |
bool | CheckSequence (const CScriptNum &nSequence) const |
![]() | |
virtual | ~BaseSignatureChecker () |
Private Attributes | |
const CTransaction | txTo |
Additional Inherited Members | |
![]() | |
virtual bool | VerifySignature (const std::vector< unsigned char > &vchSig, const CPubKey &vchPubKey, const uint256 &sighash) const |
Definition at line 132 of file interpreter.h.
|
inline |
Definition at line 138 of file interpreter.h.
|
private |
Definition at line 135 of file interpreter.h.