Function validate_eof_inner
pub fn validate_eof_inner(
eof: &Eof,
first_code_type: Option<CodeType>,
) -> Result<(), EofError>
Expand description
Fully validates an Eof
container. If first_code_type is None it will be auto deduced
in verification process.