![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Closure representing one script verification Note that this stores references to the spending transaction. More...
#include <validation.h>
Public Member Functions | |
| CScriptCheck () | |
| CScriptCheck (const CScript &scriptPubKeyIn, const CAmount amountIn, const CTransaction &txToIn, unsigned int nInIn, unsigned int nFlagsIn, bool cacheIn, PrecomputedTransactionData *txdataIn) | |
| bool | operator() () |
| void | swap (CScriptCheck &check) |
| ScriptError | GetScriptError () const |
Private Attributes | |
| CScript | scriptPubKey |
| CAmount | amount |
| const CTransaction * | ptxTo |
| unsigned int | nIn |
| unsigned int | nFlags |
| bool | cacheStore |
| ScriptError | error |
| PrecomputedTransactionData * | txdata |
Closure representing one script verification Note that this stores references to the spending transaction.
Definition at line 543 of file validation.h.
|
inline |
Definition at line 556 of file validation.h.
|
inline |
|
inline |
Definition at line 574 of file validation.h.
| bool CScriptCheck::operator() | ( | ) |
|
inline |
Definition at line 563 of file validation.h.
|
private |
Definition at line 547 of file validation.h.
|
private |
Definition at line 551 of file validation.h.
|
private |
Definition at line 552 of file validation.h.
|
private |
Definition at line 550 of file validation.h.
|
private |
Definition at line 549 of file validation.h.
|
private |
Definition at line 548 of file validation.h.
|
private |
Definition at line 546 of file validation.h.
|
private |
Definition at line 553 of file validation.h.
1.8.11