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