pub fn force_collection_config<T: Config<I>, I: 'static>(
collection: T::CollectionId,
config: CollectionConfigFor<T, I>,
)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.