revm_interpreter::instructions::contract

Function calc_call_gas

Source
pub fn calc_call_gas<SPEC: Spec>(
    interpreter: &mut Interpreter,
    account_load: AccountLoad,
    has_transfer: bool,
    local_gas_limit: u64,
) -> Option<u64>