You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
The owner of an nft-class can set the MAX SUPPLY of this class
The freezer of an nft-class can freeze ANY item of this class
The freezer of an nft-class can freeze the WHOLE class
IMO for downstream users of this pallet as an implementor of the traits nonfungibles::* this has some negative impact about the assumption one will likely make:
Owning an NFT means it can not arbitrarily be removed from your ownership
Maybe Solutions
Destroying a collection is only possible if all items are owned by the owner again
Lock or Hold as part of nonfungibles::Mutate & destroying a collection is not allowed if any item is still locked/on hold