Structs§
- Blob
Excess GasAnd Price - Structure holding block blob excess gas and it calculates blob fee
Functions§
- calc_
blob_ gasprice - Calculates the blob gas price from the header’s excess blob gas field.
- calc_
excess_ blob_ gas - Calculates the
excess_blob_gas
from the parent header’sblob_gas_used
andexcess_blob_gas
. - fake_
exponential - Approximates
factor * e ** (numerator / denominator)
using Taylor expansion.