pub trait SyntheticInfoProvider<AssetId> {
// Required methods
fn is_synthetic(asset_id: &AssetId) -> bool;
fn get_synthetic_assets() -> Vec<AssetId, Global> ⓘ;
}
pub trait SyntheticInfoProvider<AssetId> {
// Required methods
fn is_synthetic(asset_id: &AssetId) -> bool;
fn get_synthetic_assets() -> Vec<AssetId, Global> ⓘ;
}