pub type AllowedPeers = Arc<RwLock<HashMap<Ed25519PublicKey, AllowedPeer>>>;
AllowedPeers is a mapping of public key to AllowedPeer data
struct AllowedPeers { /* private fields */ }