> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/client-sdk/reference/editiononchaindata.md).

# EditionOnchainData

| Field           | Type                                    | Required | Description                 |
| --------------- | --------------------------------------- | -------- | --------------------------- |
| totalSupply     | number                                  | ✅        | Total supply of the product |
| totalMinted     | number                                  | ✅        | Total token minted          |
| walletMax       | number                                  | ✅        | Max tokens per wallet       |
| startDate       | Date                                    | ✅        | Start drop date             |
| endDate         | Date                                    | ✅        | End drop date               |
| audienceType    | enum                                    | ✅        | `None`                      |
| cost            | [Money](/client-sdk/reference/money.md) | ✅        | Cost of the product         |
| paymentReceiver | string                                  | ✅        | Receiver of mint payment    |
