![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Closure representing one script verification Note that this stores references to the spending transaction. More...
#include <main.h>
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().
|
inline |
Definition at line 416 of file main.h.
References nFlags, nHashType, nIn, ptxTo, and scriptPubKey.
Referenced by CheckInputs().
|
private |
|
private |
|
private |