Function primitives::block_header::compute_next_price

source ·
pub fn compute_next_price(
    gas_target: U256,
    gas_actual: U256,
    last_base_price: U256,
    min_base_price: U256
) -> U256