![]()  | 
  
    BSHA3
    0.17.99
    
   P2P Blockchain, based on Bitcoin 
   | 
 
Closure representing one script verification Note that this stores references to the spending transaction. More...
#include <validation.h>
Public Member Functions | |
| CScriptCheck () | |
| CScriptCheck (const CTxOut &outIn, const CTransaction &txToIn, unsigned int nInIn, unsigned int nFlagsIn, bool cacheIn, PrecomputedTransactionData *txdataIn) | |
| bool | operator() () | 
| void | swap (CScriptCheck &check) | 
| ScriptError | GetScriptError () const | 
Private Attributes | |
| CTxOut | m_tx_out | 
| 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 356 of file validation.h.
      
  | 
  inline | 
Definition at line 368 of file validation.h.
      
  | 
  inline | 
Definition at line 369 of file validation.h.
      
  | 
  inline | 
| bool CScriptCheck::operator() | ( | ) | 
      
  | 
  inline | 
      
  | 
  private | 
Definition at line 363 of file validation.h.
      
  | 
  private | 
Definition at line 364 of file validation.h.
      
  | 
  private | 
Definition at line 359 of file validation.h.
      
  | 
  private | 
Definition at line 362 of file validation.h.
      
  | 
  private | 
Definition at line 361 of file validation.h.
      
  | 
  private | 
Definition at line 360 of file validation.h.
      
  | 
  private | 
Definition at line 365 of file validation.h.
 1.8.14