Struct everscale_crypto::ed25519::ExpandedSecretKey
source · pub struct ExpandedSecretKey { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for ExpandedSecretKey
impl Clone for ExpandedSecretKey
source§fn clone(&self) -> ExpandedSecretKey
fn clone(&self) -> ExpandedSecretKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl From<&ExpandedSecretKey> for PublicKey
impl From<&ExpandedSecretKey> for PublicKey
source§fn from(expanded_secret_key: &ExpandedSecretKey) -> Self
fn from(expanded_secret_key: &ExpandedSecretKey) -> Self
Converts to this type from the input type.
source§impl From<&SecretKey> for ExpandedSecretKey
impl From<&SecretKey> for ExpandedSecretKey
source§impl From<ExpandedSecretKey> for KeyPair
impl From<ExpandedSecretKey> for KeyPair
source§fn from(secret_key: ExpandedSecretKey) -> Self
fn from(secret_key: ExpandedSecretKey) -> Self
Converts to this type from the input type.