Function gas_calc

Source
pub fn gas_calc<const MIN_PRICE: u64, const MULTIPLIER: u64, const GAS_DIVISOR: u64, F>(
    base_len: u64,
    exp_len: u64,
    mod_len: u64,
    exp_highp: &U256,
    calculate_multiplication_complexity: F,
) -> u64
where F: Fn(u64) -> U256,
Expand description

Calculate gas cost.