DelayedRevealLazyMintInput
The params for the useDelayedRevealLazyMint hook mutation.
type DelayedRevealLazyMintInput = { password: string;};
An array of metadata objects, representing the metadata of the NFTs to be lazy-minted.
Each metadata object must conform to the standard metadata properties .
The password used to encrypt the metadatas.
The password CANNOT be recovered once it is set. If you lose the password, you will not be able to reveal the metadata.
type password = string;
The placeholder object represents the metadata the NFTs will have until the owner reveals the metadata.