Function disassembleBytecode

  • Disassemble authentication bytecode into a lossless ASM representation. (All push operations are represented with the same opcodes used in the bytecode, even when non-minimally encoded.)

    Parameters

    • opcodes: Readonly<{
          [opcode: number]: string;
      }>

      a mapping of possible opcodes to their string representation

    • bytecode: Uint8Array

      the authentication bytecode to disassemble

    Returns string

Generated using TypeDoc