DelayedRevealLazyMintInput type
This feature is currently in beta and may change based on feedback that we receive.
The params for the useDelayedRevealLazyMint() hook mutation.
Signature:
export declare type DelayedRevealLazyMintInput = {
placeholder: NFTMetadataInput;
metadatas: NFTMetadataInput[];
password: string;
};