Expand description
Block related types and functions.
Block
trait is used to retrieve block information required for execution.
Re-exports§
pub use blob::calc_blob_gasprice;
pub use blob::calc_excess_blob_gas;
pub use blob::calc_excess_blob_gas_osaka;
pub use blob::BlobExcessGasAndPrice;
Modules§
- blob
- Blob (EIP-4844) related functions and types.
BlobExcessGasAndPrice
is struct that helps with calculating blob gas price and excess blob gas.
Traits§
- Block
- Trait for retrieving block information required for execution.