Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CScriptWitness Struct Reference

#include <script.h>

Public Member Functions

 CScriptWitness ()
 
bool IsNull () const
 
void SetNull ()
 
std::string ToString () const
 

Public Attributes

std::vector< std::vector< unsigned char > > stack
 

Detailed Description

Definition at line 720 of file script.h.

Constructor & Destructor Documentation

CScriptWitness::CScriptWitness ( )
inline

Definition at line 727 of file script.h.

Member Function Documentation

bool CScriptWitness::IsNull ( ) const
inline

Definition at line 729 of file script.h.

Here is the caller graph for this function:

void CScriptWitness::SetNull ( )
inline

Definition at line 731 of file script.h.

std::string CScriptWitness::ToString ( ) const

Definition at line 290 of file script.cpp.

Here is the call graph for this function:

Member Data Documentation

std::vector<std::vector<unsigned char> > CScriptWitness::stack

Definition at line 724 of file script.h.


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