Trait mangata_support::traits::AssetRegistryApi
source · pub trait AssetRegistryApi<CurrencyId> {
// Required method
fn enable_pool_creation(assets: (CurrencyId, CurrencyId)) -> bool;
}
pub trait AssetRegistryApi<CurrencyId> {
// Required method
fn enable_pool_creation(assets: (CurrencyId, CurrencyId)) -> bool;
}