Type alias DelayedRevealLazyMintInputBeta

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

The params for the useDelayedRevealLazyMint hook mutation.

Type declaration

  • metadatas: NFTMetadataInput[]
  • password: string
  • placeholder: NFTMetadataInput

Generated using TypeDoc