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

Required Methods§

Implementations on Foreign Types§

source§

impl<AssetId> SyntheticInfoProvider<AssetId> for ()

source§

impl<T> SyntheticInfoProvider<<T as Config>::AssetId> for Pallet<T>where T: Config,

Implementors§