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