IntoAmount

Trait IntoAmount 

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

Required Methods§

Implementors§