Home > @3rdweb/sdk > DropModule > createDelayedRevealBatch
Create batch allows you to create a batch of tokens in one transaction. This function can only be called once per module at the moment.
Signature:
createDelayedRevealBatch(placeholder: MetadataURIOrObject, metadatas: MetadataURIOrObject[], password: string): Promise<string[]>;
Parameter | Type | Description |
---|---|---|
placeholder | MetadataURIOrObject | |
metadatas | MetadataURIOrObject[] | The metadata to include in the batch. |
password | string |
Returns:
Promise<string[]>