![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <validation.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
Definition at line 686 of file validation.h.
|
inline |
Definition at line 697 of file validation.h.
|
inline |
Definition at line 698 of file validation.h.
|
inline |
Definition at line 713 of file validation.h.
Referenced by CheckInputs().
bool CScriptCheck::operator() | ( | ) |
Definition at line 1467 of file validation.cpp.
|
inline |
Definition at line 704 of file validation.h.
Referenced by CheckInputs().
|
private |
Definition at line 693 of file validation.h.
Referenced by swap().
|
private |
Definition at line 694 of file validation.h.
Referenced by GetScriptError(), and swap().
|
private |
Definition at line 692 of file validation.h.
Referenced by swap().
|
private |
Definition at line 691 of file validation.h.
Referenced by swap().
|
private |
Definition at line 690 of file validation.h.
Referenced by swap().
|
private |
Definition at line 689 of file validation.h.
Referenced by swap().