Type Alias ng_net::types::ClientId

source ·
pub type ClientId = PubKey;
Expand description

Client ID: client of a user

Aliased Type§

enum ClientId {
    Ed25519PubKey([u8; 32]),
    X25519PubKey([u8; 32]),
}

Variants§

§

Ed25519PubKey([u8; 32])

§

X25519PubKey([u8; 32])