Skip to main content

Module stack

Module stack 

Source
Expand description

Script execution stack. Script execution stack.

Structs§

BoolStack
A simple boolean stack for tracking if/else state.
Stack
The main data/alt stack used by the script interpreter.

Functions§

as_bool
Convert byte array to boolean (Bitcoin consensus rules).
from_bool
Convert boolean to byte array.