Skip to main content

DelayedReveal.getBatchesToReveal() method

Gets the list of unrevealed NFT batches.

Example

const batches = await contract.revealer.getBatchesToReveal();

Signature:

getBatchesToReveal(): Promise<BatchToReveal[]>;

Returns:

Promise<BatchToReveal[]>

Remarks

Gets the list of unrevealed NFT batches.