pub fn calc_blob_gasprice(excess_blob_gas: u64) -> u128
Expand description
Calculates the blob gas price from the header’s excess blob gas field.
See also the EIP-4844 helpers
(get_blob_gasprice
).
pub fn calc_blob_gasprice(excess_blob_gas: u64) -> u128
Calculates the blob gas price from the header’s excess blob gas field.
See also the EIP-4844 helpers
(get_blob_gasprice
).