Function disassembleAuthenticationInstruction

  • Disassemble a properly-formed authentication instruction into a string description.

    Parameters

    • opcodes: {
          [opcode: number]: string;
      }

      a mapping of possible opcodes to their string representation

      • [opcode: number]: string
    • instruction: AuthenticationInstruction

      the instruction to disassemble

    Returns string

Generated using TypeDoc