pub type Ed25519ExtendedPrivateKey = ExtendedPrivateKey<Ed25519>;Expand description
An extended private key for Ed25519 operations.
Aliased Type§
pub struct Ed25519ExtendedPrivateKey(pub(crate) String, pub(crate) PhantomData<Ed25519>);Tuple Fields§
§0: String§1: PhantomData<Ed25519>