ConfigSettings..::..EnableSealedMetadata Property
This config value indicates whether sealed metadata should be enabled.
If sealed metadata is enabled, the private metadata of a newly minted token is not viewable by anyone, not even the owner,
until the owner calls the Reveal message. When Reveal is called, the sealed metadata is irreversibly unwrapped and moved to the public metadata (as default).
If unwrapped_metadata_is_private is set to true, the sealed metadata will remain as private metadata after unwrapping,
but the owner (and anyone the owner has whitelisted) will now be able to see it. Anyone will be able to query the token to know whether it has been unwrapped.
This simulates buying/selling a wrapped card that no one knows which card it is until it is unwrapped.
If sealed metadata is not enabled, all tokens are considered unwrapped when minted
(default: False)
Namespace:
SecretNET.NFTAssembly: SecretNET.NFT (in SecretNET.NFT.dll)