PeersGroup.Id
ID of a group of peers.
type t
Type for an ID of a group of peers.
let toString: t => string;
Converts group ID to string.
let ofString: string => option(t);
Tries to create group ID from string. It must have a non-zero length.