PeerId

Type Alias PeerId 

Source
pub type PeerId = String;
Expand description

Peer identifier used throughout Saorsa

Currently implemented as a String for simplicity, but can be enhanced with cryptographic verification in future versions.

Aliased Typeยง

pub struct PeerId { /* private fields */ }