pub fn force_collection_config<T: Config<I>, I: 'static>(
    collection: T::CollectionId,
    config: CollectionConfig<<<T as Config<I>>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance, BlockNumberFor<T>, <T as Config<I>>::CollectionId>
)
Expand description

Change the config of a collection.

Origin must be ForceOrigin.

  • collection: The identifier of the collection.
  • config: The new config of this collection.

Emits CollectionConfigChanged.

Weight: O(1)

Warning: Doc-Only

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