pub fn disallow_investment_currency<T: Config>(
pool_id: T::PoolId,
currency_id: T::CurrencyId
)
Expand description
Disallow a currency to be used as a pool currency and to invest in a pool on the domain derived from the given currency.
Origin: Pool admin
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::disallow_investment_currency
.