revm_bytecode::eof::verification

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.