reth_era/era/types/
mod.rs

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