mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-26 23:58:46 -05:00
chore: re-export network types (#16789)
This commit is contained in:
@@ -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 _;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user