Bitcoin Core  27.99.0
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 565 of file script.h.

Constructor & Destructor Documentation

◆ CScriptWitness()

CScriptWitness::CScriptWitness ( )
inline

Definition at line 572 of file script.h.

Member Function Documentation

◆ IsNull()

bool CScriptWitness::IsNull ( ) const
inline

Definition at line 574 of file script.h.

Here is the caller graph for this function:

◆ SetNull()

void CScriptWitness::SetNull ( )
inline

Definition at line 576 of file script.h.

Here is the caller graph for this function:

◆ ToString()

std::string CScriptWitness::ToString ( ) const

Definition at line 264 of file script.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ stack

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

Definition at line 569 of file script.h.


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