CScriptWitness

Witness stack for a single transaction input.

Synopsis

Declared in <script/script.h>

struct CScriptWitness;

Member Functions

NameDescription
CScriptWitness [constructor]Constructs an empty witness.
IsNull Returns whether the witness stack is empty.
SetNull Clears the witness stack and releases its memory.
ToString Returns a human-readable representation of the witness stack.
operator== Compares two witnesses for equality.

Data Members

NameDescription
stack Data elements making up the witness stack.