> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vycreateerc1155tokentyperequest.md).

# VyCreateErc1155TokenTypeRequest

## Properties

| Field           | Type                                                                                                          | Description                                                        | Required |
| --------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | -------- |
| chain           | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)                                          | The blockchain of the contract                                     | ✗        |
| contractAddress | string                                                                                                        | The contract address under which you want to create the token-type | ✗        |
| creations       | [VyCreateErc1155TokenTypeDto](/sdk-reference/ts-js-v3/object-references/token/vycreateerc1155tokentypedto.md) | This array defines the properties of the token-type                | ✗        |

## References

**Operation**

* [createErc1155TokenType](/sdk-reference/ts-js-v3/function-references/token/token-types/createerc1155tokentype.md)
