Module opcodes

Module opcodes 

Source
Expand description

Opcodes

Bitcoin’s script uses a stack-based assembly language. This module defines all of the opcodes

Modules§

all
Constants associated with All type

Structs§

All
A script Opcode

Enums§

Class
Broad categories of opcodes with similar behavior

Statics§

OP_CLTV
check locktime verify
OP_CSV
check sequence verify
OP_FALSE
Empty stack is also FALSE
OP_TRUE
Number 1 is also TRUE