# VyCheckErc1155TokenTypeResultDto

## Properties

| Field           | Type                                                                                                                               | Description | Required |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ----------- | -------- |
| id              | string                                                                                                                             |             | ✗        |
| status          | [VyStatus](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vystatus)                                            |             | ✗        |
| transactionHash | string                                                                                                                             |             | ✗        |
| tokenTypeId     | number                                                                                                                             |             | ✗        |
| mints           | [VyErc1155TokenTypeMintInfoDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vyerc1155tokentypemintinfodto) |             | ✗        |
| metadata        | [VyMetadataDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vymetadatadto)                                 |             | ✗        |
| fungible        | boolean                                                                                                                            |             | ✗        |

## References

**Operation**

* [checkErc1155TokenTypeCreation](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/token/token-types/checkerc1155tokentypecreation)
* [checkSuiTokenTypeCreation](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/token/token-types/checksuitokentypecreation)
