Function revm::interpreter::instructions::contract::extcall_gas_calc

source ยท
pub fn extcall_gas_calc<H>(
    interpreter: &mut Interpreter,
    host: &mut H,
    target: Address,
    transfers_value: bool
) -> Option<u64>
where H: Host + ?Sized,