Function pallet_uniques::pallet::dispatchables::freeze   
source · pub fn freeze<T: Config<I>, I: 'static>(
    collection: T::CollectionId,
    item: T::ItemId
)Expand description
Disallow further unprivileged transfer of an item.
Origin must be Signed and the sender should be the Freezer of the collection.
collection: The collection of the item to be frozen.item: The item of the item to be frozen.
Emits Frozen.
Weight: O(1)
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::freeze.