Skip to main content

reth_era/ere/types/
mod.rs

1//! `ere` (era execution) types
2//!
3//! See also <https://github.com/eth-clients/e2store-format-specs/blob/main/formats/ere.md>
4
5pub mod execution;
6pub mod group;