Type Alias hotshot::traits::networking::libp2p_network::PeerInfoVec
source · pub type PeerInfoVec = Arc<RwLock<Vec<(PeerId, Multiaddr)>>>;
Expand description
Type alias for a shared collection of peerid, multiaddrs
Aliased Type§
struct PeerInfoVec { /* private fields */ }