pub fn force_transfer<T: Config>(instance: InstanceId, to: T::AccountId)Expand description
Force-transfer one live instance as its collection owner.
The collection layer intentionally applies no holder-level ACL. When a runtime exposes this call to its contract environment, a contract-owned collection can enforce its own consent and game rules before calling it. The move increments the instance state nonce, invalidating prior holder authorizations.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_transfer.