![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Closure representing one script verification Note that this stores references to the spending transaction. More...
#include <main.h>
Collaboration diagram for CScriptCheck:Public Member Functions | |
| CScriptCheck () | |
| CScriptCheck (const CCoins &txFromIn, const CTransaction &txToIn, unsigned int nInIn, unsigned int nFlagsIn, int nHashTypeIn) | |
| bool | operator() () const |
| void | swap (CScriptCheck &check) |
Private Attributes | |
| CScript | scriptPubKey |
| const CTransaction * | ptxTo |
| unsigned int | nIn |
| unsigned int | nFlags |
| int | nHashType |
Closure representing one script verification Note that this stores references to the spending transaction.
|
inline |
| bool CScriptCheck::operator() | ( | ) | const |
Definition at line 1537 of file main.cpp.
References error(), and VerifyScript().
Here is the call graph for this function:
|
inline |
Definition at line 416 of file main.h.
References nFlags, nHashType, nIn, ptxTo, and scriptPubKey.
Referenced by CheckInputs().
Here is the caller graph for this function:
|
private |
|
private |
|
private |
1.8.8