Function revm::interpreter::instructions::contract::calc_call_gas

source ยท
pub fn calc_call_gas<H, SPEC>(
    interpreter: &mut Interpreter,
    is_cold: bool,
    has_transfer: bool,
    new_account_accounting: bool,
    local_gas_limit: u64
) -> Option<u64>
where H: Host + ?Sized, SPEC: Spec,