# VyCreateErc1155TokenTypeRequest

## Properties

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

## References

**Operation**

* [createErc1155TokenType](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/token/token-types/createerc1155tokentype)
