pub fn unlock_item_transfer<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 changed.
  • item: The item to become transferable.

Emits ItemTransferUnlocked.

Weight: O(1)

Warning: Doc-Only

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