# VyMintSuiTokensRequest

## Properties

| Field           | Type                                                                                                             | Description                                                                                                                      | Required |
| --------------- | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------- |
| chain           | string                                                                                                           | The blockchain of the contract                                                                                                   | ✗        |
| contractAddress | string                                                                                                           | The contract address                                                                                                             | ✗        |
| tokenTypeId     | number                                                                                                           | The \`id\` of the token-type                                                                                                     | ✗        |
| destinations    | [VyMintDestinationDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vymintdestinationdto) | An array of objects which include the wallet address or email address where token is to be sent and the amount of tokens to send | ✗        |

## References

**Operation**

* [mintSuiTokens](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/token/mint-tokens/mintsuitokens)
