Function pallet_uniques::pallet::dispatchables::thaw   
source · pub fn thaw<T: Config<I>, I: 'static>(
    collection: T::CollectionId,
    item: T::ItemId
)Expand description
Re-allow 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 thawed.item: The item of the item to be thawed.
Emits Thawed.
Weight: O(1)
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::thaw.