pub fn allow_investment_currency<T: Config>(
pool_id: T::PoolId,
currency_id: T::CurrencyId
)
Expand description
Allow 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 for now NOTE: In the future should be permissioned by new trait, see spec https://centrifuge.hackmd.io/SERpps-URlG4hkOyyS94-w?view#fn-add_pool_currency
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::allow_investment_currency
.