Module agora.script.Opcodes

Contains the supported opcodes for the basic execution engine (non-webASM)

Functions

NameDescription
isConditional(opcode) Check if the opcode is a conditional
isPayload(opcode) Check if the opcode contains a payload
toOPCode(value, opcode) Converts the byte to an opcode, or returns false if it's an unrecognized opcode.

Enums

NameDescription
OP The supported opcodes for the script execution engine.