Witness stack for a single transaction input.

Synopsis

Declared in <script/script.h>

struct CScriptWitness;

Member Functions

Name

Description

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

Name

Description

stack

Data elements making up the witness stack.

Created with MrDocs