# VyMintSuiTokensRequest

## Properties

| Field           | Type                                                                                                             | Description                                                                                                                      | Required |
| --------------- | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Chain           | string                                                                                                           | The blockchain of the contract                                                                                                   | ✗        |
| ContractAddress | string                                                                                                           | The contract address                                                                                                             | ✗        |
| TokenTypeId     | int                                                                                                              | The \`id\` of the token-type                                                                                                     | ✗        |
| Destinations    | [VyMintDestinationDto](https://sdk.venly.io/sdk-reference/c-sdk-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/c-sdk-v3/function-references/token/mint-tokens/mintsuitokens)
