@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Function getOpcodeName

    • Get the name of an opcode from its value Returns OP_DATA_N for data push opcodes (0x01-0x4b)

      Parameters

      • value: number

        Opcode byte value

      Returns string | undefined

      Opcode name with OP_ prefix, or undefined if unknown