Skip to main content

Module opcodes

Module opcodes 

Source
Expand description

Complete BSV opcode table.

This covers the full set of opcodes supported in Bitcoin SV, including opcodes that were disabled in BTC but re-enabled in BSV (OP_CAT, OP_SPLIT, OP_MUL, OP_DIV, OP_MOD, OP_LSHIFT, OP_RSHIFT, OP_AND, OP_OR, OP_XOR).

Statics§

OPCODES
Map from opcode name to byte value.

Functions§

opcode_byte
Look up an opcode byte by name. Returns None if unknown.