Type Alias hotshot::traits::networking::libp2p_network::BootstrapAddrs
source · pub type BootstrapAddrs = Arc<RwLock<Vec<(PeerId, Multiaddr)>>>;
Expand description
convenience alias for the type for bootstrap addresses concurrency primitives are needed for having tests
Aliased Type§
struct BootstrapAddrs { /* private fields */ }