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