mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
6 lines
117 B
Rust
6 lines
117 B
Rust
//! Types for genesis configuration of a chain.
|
|
|
|
// re-export genesis types
|
|
#[doc(inline)]
|
|
pub use alloy_genesis::*;
|