DelayedRevealLazyMintInput

The params for the useDelayedRevealLazyMint hook mutation.

type DelayedRevealLazyMintInput = {
metadatas: Array<NFTMetadataInput>;
password: string;
placeholder: NFTMetadataInput;
};