Module opcodes
Expand description
Bitcoin script opcodes.
Bitcoin’s script uses a stack-based assembly language. This module defines all of the opcodes for that language.
Modules§
- all
- Enables wildcard imports to bring into scope all opcodes and nothing else.
Structs§
- Opcode
- A script Opcode.
Enums§
- Class
- Broad categories of opcodes with similar behavior.
- Classify
Context - Classification context for the opcode.