compute_poster_gas

Function compute_poster_gas 

Source
pub fn compute_poster_gas(
    poster_cost: U256,
    base_fee: U256,
    is_gas_estimation: bool,
    min_gas_price: U256,
) -> u64
Expand description

Compute poster gas given a poster cost and base fee, with optional gas estimation padding.