pub trait IntoHash {
    fn into_hash(self) -> Result<Hash, StellarSdkError>;
}

Required Methods

Implementors