pub type Nodes = HashMap<PeerIdString, MultiaddrString>;
Expand description
A collection of nodes described purely by their addresses.
Aliased Typeยง
struct Nodes { /* private fields */ }
pub type Nodes = HashMap<PeerIdString, MultiaddrString>;
A collection of nodes described purely by their addresses.
struct Nodes { /* private fields */ }