#include <interpreter.h>
|
| MutableTransactionSignatureChecker (const CMutableTransaction *txToIn, unsigned int nInIn, const CAmount &amountIn) |
|
| TransactionSignatureChecker (const CTransaction *txToIn, unsigned int nInIn, const CAmount &amountIn) |
|
| TransactionSignatureChecker (const CTransaction *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 () |
|
Definition at line 172 of file interpreter.h.
MutableTransactionSignatureChecker::MutableTransactionSignatureChecker |
( |
const CMutableTransaction * |
txToIn, |
|
|
unsigned int |
nInIn, |
|
|
const CAmount & |
amountIn |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: