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
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.)