reth_era/era1/types/
mod.rs

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