pub fn get_gas_limits(
simulation_result: &TxSimulationResult,
pad: Option<f64>,
) -> SuggestedGasLimitsExpand description
Compute gas limits from a simulation result.
Applies a padding factor (default 10%) to the simulated gas usage to provide a safety margin.