Function pallet_nfts::pallet::dispatchables::force_collection_owner
source · pub fn force_collection_owner<T: Config<I>, I: 'static>(
collection: T::CollectionId,
owner: <<T as SystemConfig>::Lookup as StaticLookup>::Source
)
Expand description
Change the Owner of a collection.
Origin must be ForceOrigin
.
collection
: The identifier of the collection.owner
: The new Owner of this collection.
Emits OwnerChanged
.
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_owner
.