Module bitcoin::blockdata::opcodes::all

source ·
Expand description

Enables wildcard imports to bring into scope all opcodes and nothing else.

The all module is provided so one can use a wildcard import use bitcoin::opcodes::all::* to get all the OP_FOO opcodes without getting other types defined in opcodes (e.g. Opcode, Class).

This module is guaranteed to never contain anything except opcode constants and all opcode constants are guaranteed to begin with OP_.

Constants§