Function reth_revm::interpreter::instructions::contract::create

pub fn create<const IS_CREATE2: bool, H, SPEC>(
    interpreter: &mut Interpreter,
    host: &mut H,
)
where H: Host + ?Sized, SPEC: Spec,