Trait substrate_stellar_sdk::IntoSecretKey[][src]

pub trait IntoSecretKey {
    fn into_secret_key(self) -> Result<SecretKey, StellarSdkError>;
}

Required methods

Implementors