> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vycheckerc1155tokentyperesultdto.md).

# VyCheckErc1155TokenTypeResultDto

## Properties

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

## References

**Operation**

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