Trait substrate_stellar_sdk::IntoAmount[][src]

pub trait IntoAmount {
    fn into_stroop_amount(
        self,
        allow_zero: bool
    ) -> Result<i64, StellarSdkError>; }

Required methods

Implementors