chore: re-export network types (#16789)

This commit is contained in:
Matthias Seitz
2025-06-13 10:30:29 +02:00
committed by GitHub
parent 217289af6f
commit f01f31a40e

View File

@@ -172,8 +172,11 @@ pub use swarm::NetworkConnectionState;
/// re-export p2p interfaces
pub use reth_network_p2p as p2p;
/// re-export types crate
pub use reth_eth_wire_types as types;
/// re-export types crates
pub mod types {
pub use reth_eth_wire_types::*;
pub use reth_network_types::*;
}
use aquamarine as _;