Module bytecode

Module bytecode 

Structs§

Inst
An opcode and its immediate data. Returned by InstIter.
InstIter
An iterator that yields opcodes and their immediate data.
InstIterWithPc
A bytecode iterator that yields opcodes and their immediate data, alongside the program counter.

Functions§

format_bytecode
Returns a string representation of the given bytecode.
format_bytecode_to
Formats an EVM bytecode to the given writer.