Struct shuttle_sdk::SecretKey
[−]
[src]
pub struct SecretKey { /* fields omitted */ }
The secret key of the account.
Methods
impl SecretKey
[src]
fn inner(&self) -> &SecretKey
[src]
Return the inner key.
fn secret_seed(&self) -> Result<String, Error>
[src]
Return the secret key as String, starting with S
.
Trait Implementations
impl Clone for SecretKey
[src]
fn clone(&self) -> SecretKey
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more