Function get_base_fee_per_blob_gas

Source
pub fn get_base_fee_per_blob_gas(
    excess_blob_gas: u64,
    blob_base_fee_update_fraction: u64,
) -> u128
Expand description

Calculates the base fee per blob gas. Calls calc_blob_gasprice internally. Name of the function is aligned with EIP-4844 spec.