pub fn set_currency_group<T: Config>(
    currency_id: T::CurrencyId,
    group_id: T::GroupId
)
Expand description

Admin method to set the group used for a currency in the next epochs. Current epoch is not affected by this call.

This method will do the currency available for using it in stake/unstake/claim calls.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::set_currency_group.