pub trait AssetRegistryExt {
    fn is_currency_enabled(currency_id: CurrencyId) -> bool;
}

Required Methods§

Make sure the currency exist and is enabled

Implementors§