revm_interpreter::interpreter::analysis

Function validate_raw_eof_inner

Source
pub fn validate_raw_eof_inner(
    raw: Bytes,
    first_code_type: Option<CodeType>,
) -> Result<Eof, EofError>
Expand description

Decodes raw into an Eof container and validates it.