# VyCreateSuiTokenTypeRequest

## Properties

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

## References

**Operation**

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