pub trait IntoPublicKey { // Required method fn into_public_key(self) -> Result<PublicKey, StellarSdkError>; }