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 */ }