#include <interpreter.h>
|
| | TransactionSignatureChecker (const CTransaction *txToIn, unsigned int nInIn, const CAmount &amountIn) |
| |
| | TransactionSignatureChecker (const CTransaction *txToIn, unsigned int nInIn, const CAmount &amountIn, const PrecomputedTransactionData &cachedHashesIn) |
| |
| 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 | CheckColdStake (bool fAllowLastOutputFree, const CScript &prevoutScript, std::vector< valtype > &stack, unsigned int flags, ScriptError *serror) const override |
| |
| virtual | ~BaseSignatureChecker () |
| |
Definition at line 122 of file interpreter.h.
◆ TransactionSignatureChecker() [1/2]
| TransactionSignatureChecker::TransactionSignatureChecker |
( |
const CTransaction * |
txToIn, |
|
|
unsigned int |
nInIn, |
|
|
const CAmount & |
amountIn |
|
) |
| |
|
inline |
◆ TransactionSignatureChecker() [2/2]
◆ CheckColdStake()
| bool TransactionSignatureChecker::CheckColdStake |
( |
bool |
fAllowLastOutputFree, |
|
|
const CScript & |
prevoutScript, |
|
|
std::vector< valtype > & |
stack, |
|
|
unsigned int |
flags, |
|
|
ScriptError * |
serror |
|
) |
| const |
|
overridevirtual |
◆ CheckLockTime()
| bool TransactionSignatureChecker::CheckLockTime |
( |
const CScriptNum & |
nLockTime | ) |
const |
|
overridevirtual |
◆ CheckSig()
| bool TransactionSignatureChecker::CheckSig |
( |
const std::vector< unsigned char > & |
scriptSig, |
|
|
const std::vector< unsigned char > & |
vchPubKey, |
|
|
const CScript & |
scriptCode, |
|
|
SigVersion |
sigversion |
|
) |
| const |
|
overridevirtual |
◆ VerifySignature()
| bool TransactionSignatureChecker::VerifySignature |
( |
const std::vector< unsigned char > & |
vchSig, |
|
|
const CPubKey & |
vchPubKey, |
|
|
const uint256 & |
sighash |
|
) |
| const |
|
protectedvirtual |
◆ amount
| const CAmount TransactionSignatureChecker::amount |
|
private |
◆ nIn
| unsigned int TransactionSignatureChecker::nIn |
|
private |
◆ precomTxData
◆ txTo
The documentation for this class was generated from the following files: