Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
CScriptWitness Struct Reference

#include <script.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 576 of file script.h.

Constructor & Destructor Documentation

◆ CScriptWitness()

CScriptWitness::CScriptWitness ( )
default

Member Function Documentation

◆ IsNull()

bool CScriptWitness::IsNull ( ) const
inline

Definition at line 585 of file script.h.

Here is the caller graph for this function:

◆ SetNull()

void CScriptWitness::SetNull ( )
inline

Definition at line 587 of file script.h.

Here is the caller graph for this function:

◆ ToString()

std::string CScriptWitness::ToString ( ) const

Definition at line 288 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 580 of file script.h.


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