pub fn eofcreate_return<SPEC: Spec, EXT, DB: Database>(
context: &mut Context<EXT, DB>,
frame: Box<EOFCreateFrame>,
interpreter_result: InterpreterResult,
) -> Result<CreateOutcome, EVMError<DB::Error>>
pub fn eofcreate_return<SPEC: Spec, EXT, DB: Database>(
context: &mut Context<EXT, DB>,
frame: Box<EOFCreateFrame>,
interpreter_result: InterpreterResult,
) -> Result<CreateOutcome, EVMError<DB::Error>>