pub fn compute_poster_gas( poster_cost: U256, base_fee: U256, is_gas_estimation: bool, min_gas_price: U256, ) -> u64
Compute poster gas given a poster cost and base fee, with optional gas estimation padding.