DOCS

DelayedRevealLazyMintInput

The params for the useDelayedRevealLazyMint hook mutation.

type DelayedRevealLazyMintInput = {
  metadatas: NFTMetadataInput[];
  password: string;
  placeholder: NFTMetadataInput;
};