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