/// This crate provides the network server for Lighthouse. pub mod error; pub mod message_handler; pub mod service; pub mod sync; pub use eth2_libp2p::{ChainType, NetworkConfig}; pub use service::NetworkMessage; pub use service::Service;