sui_proxy::peers

Type Alias AllowedPeers

Source
pub type AllowedPeers = Arc<RwLock<HashMap<Ed25519PublicKey, AllowedPeer>>>;
Expand description

AllowedPeers is a mapping of public key to AllowedPeer data

Aliased Typeยง

struct AllowedPeers { /* private fields */ }