![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
Closure representing one script verification Note that this stores references to the spending transaction. More...
#include <validation.h>
Public Member Functions | |
| CScriptCheck () | |
| CScriptCheck (const CTxOut &outIn, const CTransaction &txToIn, unsigned int nInIn, unsigned int nFlagsIn, bool cacheIn, PrecomputedTransactionData *txdataIn) | |
| bool | operator() () |
| void | swap (CScriptCheck &check) |
| ScriptError | GetScriptError () const |
Private Attributes | |
| CTxOut | m_tx_out |
| const CTransaction * | ptxTo |
| unsigned int | nIn |
| unsigned int | nFlags |
| bool | cacheStore |
| ScriptError | error |
| PrecomputedTransactionData * | txdata |
Closure representing one script verification Note that this stores references to the spending transaction.
Definition at line 299 of file validation.h.
|
inline |
Definition at line 311 of file validation.h.
|
inline |
Definition at line 312 of file validation.h.
|
inline |
Definition at line 327 of file validation.h.
| bool CScriptCheck::operator() | ( | ) |
|
inline |
Definition at line 317 of file validation.h.
|
private |
Definition at line 306 of file validation.h.
|
private |
Definition at line 307 of file validation.h.
|
private |
Definition at line 302 of file validation.h.
|
private |
Definition at line 305 of file validation.h.
|
private |
Definition at line 304 of file validation.h.
|
private |
Definition at line 303 of file validation.h.
|
private |
Definition at line 308 of file validation.h.
1.8.14