Skip to main content

RevealLazyMintInput type

This feature is currently in beta and may change based on feedback that we receive.

The params for the useRevealLazyMint() hook mutation.

Signature:

export declare type RevealLazyMintInput = {
batchId: BigNumberish;
password: string;
};