![]() |
Feathercoin
0.5.0
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, 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 |
|
inline |
|
private |