Type Alias SessionId
pub type SessionId = SimplePseudonym;Expand description
SessionId, ServiceId, and SessionTarget are provided by hopr-types and
re-exported here via hopr-utils, so they match the published hopr-api session types.
SessionIdis a type alias forHoprPseudonym(a constant application tag is used for all sessions instead of dynamically allocating tags).ServiceIdidentifies a service local to the Exit node (e.g. Cover Traffic).SessionTargetdescribes where data received over the session is forwarded. Identity of a HOPR Session.
Aliased Typeยง
pub struct SessionId(/* private fields */);