pub trait Appraise<T: AssetClass> {
// Required method
fn valuation(&self, amount: FungibleAssetAmount<T>) -> Valuation;
}
pub trait Appraise<T: AssetClass> {
// Required method
fn valuation(&self, amount: FungibleAssetAmount<T>) -> Valuation;
}