Function return_create
pub fn return_create<JOURNAL, CFG>(
journal: &mut JOURNAL,
cfg: CFG,
checkpoint: JournalCheckpoint,
interpreter_result: &mut InterpreterResult,
address: Address,
)Available on crate feature
evm only.Expand description
Handles the result of a CREATE operation, including validation and state updates.