Function fp_evm::handle_storage_oog

source ·
pub fn handle_storage_oog<R, F>(
    gas_limit: u64,
    f: F,
) -> (ExitReason, R, u64, U256)
where F: FnOnce() -> (ExitReason, R, u64, U256), R: Default,