Trait substrate_stellar_sdk::IntoHash[][src]

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

Required methods

Implementors