Module PocketMeshPeer.Peer
Represents one peer in the list of peers (friends), see Peers
.
module Id: { ... };
Module for representing peer's ID and collections built around the ID (
Map
,Set
, ...).
let alias: t => string;
alias(p)
returns a local alias of the peerp
.