Trait substrate_stellar_sdk::IntoDataValue[][src]

pub trait IntoDataValue {
    fn into_data_value(self) -> Result<DataValue, StellarSdkError>;
}

Required methods

Implementors