# VyCreateErc1155TokenTypeRequest

## Properties

| Field           | Type                                                                                                                           | Description                                                        | Required |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------ | -------- |
| Chain           | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)                                        | 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/c-sdk-v3/object-references/token/vycreateerc1155tokentypedto) | This array defines the properties of the token-type                | ✗        |

## References

**Operation**

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