DelayedRevealLazyMintInput
The params for the useDelayedRevealLazyMint hook mutation.
type DelayedRevealLazyMintInput = {
metadatas: NFTMetadataInput[];
password: string;
placeholder: NFTMetadataInput;
};
The params for the useDelayedRevealLazyMint hook mutation.
type DelayedRevealLazyMintInput = {
metadatas: NFTMetadataInput[];
password: string;
placeholder: NFTMetadataInput;
};