Function extcall_gas_calc

Source
pub fn extcall_gas_calc<WIRE: InterpreterTypes, H: Host + ?Sized>(
    context: &mut InstructionContext<'_, H, WIRE>,
    target: Address,
    transfers_value: bool,
) -> Option<u64>