pub fn thaw<T: Config<I>, I: 'static>(
    id: T::AssetIdParameter,
    who: <<T as Config>::Lookup as StaticLookup>::Source
)
Expand description

Allow unprivileged transfers to and from an account again.

Origin must be Signed and the sender should be the Admin of the asset id.

  • id: The identifier of the asset to be frozen.
  • who: The account to be unfrozen.

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.