Type Alias ng_net::types::SessionId

source ·
pub type SessionId = PubKey;
Expand description

Overlay session ID

It is a pubkey used for signing all OverlayMessage sent by the peer. Each peer generates it randomly when (re)joining the overlay network.

Aliased Type§

enum SessionId {
    // some variants omitted
}

Variants§