Home > @3rdweb/sdk > CreatePublicMintCondition
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface CreatePublicMintCondition
| Property | Type | Description |
|---|---|---|
| currency? | string | (BETA) (Optional) |
| maxMintSupply | BigNumberish | (BETA) |
| merkleRoot? | BytesLike | (BETA) (Optional) |
| pricePerToken? | BigNumberish | (BETA) (Optional) |
| quantityLimitPerTransaction? | BigNumberish | (BETA) (Optional) |
| startTimestampInSeconds? | BigNumberish | (BETA) (Optional) |
| waitTimeSecondsLimitPerTransaction? | BigNumberish | (BETA) (Optional) |