![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
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, bool cacheIn) | |
| bool | operator() () |
| void | swap (CScriptCheck &check) |
| ScriptError | GetScriptError () const |
Private Attributes | |
| CScript | scriptPubKey |
| const CTransaction * | ptxTo |
| unsigned int | nIn |
| unsigned int | nFlags |
| bool | cacheStore |
| ScriptError | error |
Closure representing one script verification Note that this stores references to the spending transaction.
|
inline |
|
inline |
| bool CScriptCheck::operator() | ( | ) |
|
inline |
|
private |
|
private |
1.8.17