# VyMintErc1155TokensRequest

## 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                                                                                                             | ✗        |
| 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**

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