#include <interpreter.h>
Definition at line 154 of file interpreter.h.
◆ TransactionSignatureChecker() [1/2]
TransactionSignatureChecker::TransactionSignatureChecker |
( |
const CTransaction * |
txToIn, |
|
|
unsigned int |
nInIn, |
|
|
const CAmount & |
amountIn |
|
) |
| |
|
inline |
◆ TransactionSignatureChecker() [2/2]
◆ CheckLockTime()
bool TransactionSignatureChecker::CheckLockTime |
( |
const CScriptNum & |
nLockTime | ) |
const |
|
overridevirtual |
◆ CheckSequence()
bool TransactionSignatureChecker::CheckSequence |
( |
const CScriptNum & |
nSequence | ) |
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 |
◆ txdata
◆ txTo
The documentation for this class was generated from the following files: