Skip to main content

apply_gas_estimate_multiplier

Function apply_gas_estimate_multiplier 

Source
pub fn apply_gas_estimate_multiplier(
    estimate: u64,
    multiplier: Option<u64>,
) -> Result<u64>
Expand description

Applies an optional percentage multiplier to a gas estimate.