PeerStatus typedef

PeerStatus = ({bool isOnline, PeerId peerId})

Implementation

typedef PeerStatus = ({PeerId peerId, bool isOnline});