Type Alias hotshot::traits::implementations::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 */ }