IdentitySecret

Type Alias IdentitySecret 

Source
pub type IdentitySecret = SigningKey;
Expand description

Secret Connection node identity secret keys.

Ed25519 is currently the only supported signature algorithm.

Aliased Typeยง

pub struct IdentitySecret { /* private fields */ }