Witness stack for a single transaction input.
Declared in <script/script.h>
struct CScriptWitness;
| 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. |
| Name | Description |
|---|---|
stack | Data elements making up the witness stack. |