Skip to main content

format_bytecode_to

Function format_bytecode_to 

pub fn format_bytecode_to<W>(
    bytecode: &[u8],
    spec_id: SpecId,
    w: &mut W,
) -> Result<(), Error>
where W: Write + ?Sized,
Expand description

Formats an EVM bytecode to the given writer.