Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
CScriptCheck Class Reference

Closure representing one script verification Note that this stores references to the spending transaction. More...

#include <validation.h>

Collaboration diagram for CScriptCheck:
[legend]

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 CTransactionptxTo
 
unsigned int nIn
 
unsigned int nFlags
 
bool cacheStore
 
ScriptError error
 
PrecomputedTransactionDatatxdata
 

Detailed Description

Closure representing one script verification Note that this stores references to the spending transaction.

Definition at line 398 of file validation.h.

Constructor & Destructor Documentation

◆ CScriptCheck() [1/2]

CScriptCheck::CScriptCheck ( )
inline

Definition at line 410 of file validation.h.

◆ CScriptCheck() [2/2]

CScriptCheck::CScriptCheck ( const CTxOut outIn,
const CTransaction txToIn,
unsigned int  nInIn,
unsigned int  nFlagsIn,
bool  cacheIn,
PrecomputedTransactionData txdataIn 
)
inline

Definition at line 411 of file validation.h.

Here is the call graph for this function:

Member Function Documentation

◆ GetScriptError()

ScriptError CScriptCheck::GetScriptError ( ) const
inline

Definition at line 426 of file validation.h.

Here is the call graph for this function:

◆ operator()()

bool CScriptCheck::operator() ( )

Definition at line 1483 of file validation.cpp.

Here is the call graph for this function:

◆ swap()

void CScriptCheck::swap ( CScriptCheck check)
inline

Definition at line 416 of file validation.h.

Member Data Documentation

◆ cacheStore

bool CScriptCheck::cacheStore
private

Definition at line 405 of file validation.h.

◆ error

ScriptError CScriptCheck::error
private

Definition at line 406 of file validation.h.

◆ m_tx_out

CTxOut CScriptCheck::m_tx_out
private

Definition at line 401 of file validation.h.

◆ nFlags

unsigned int CScriptCheck::nFlags
private

Definition at line 404 of file validation.h.

◆ nIn

unsigned int CScriptCheck::nIn
private

Definition at line 403 of file validation.h.

◆ ptxTo

const CTransaction* CScriptCheck::ptxTo
private

Definition at line 402 of file validation.h.

◆ txdata

PrecomputedTransactionData* CScriptCheck::txdata
private

Definition at line 407 of file validation.h.


The documentation for this class was generated from the following files: