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

Required Methods§

Implementations on Foreign Types§

source§

impl<AssetId> SyntheticInfoProvider<AssetId> for ()

Implementors§