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.)
For the reverse, see assembleBytecode.
a mapping of possible opcodes to their string representation
the authentication bytecode to disassemble
Generated using TypeDoc
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.)
For the reverse, see assembleBytecode.