> 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/c-sdk-v3/object-references/token/vycheckerc1155tokentyperesultdto.md).

# VyCheckErc1155TokenTypeResultDto

## Properties

| Field           | Type                                                                                                              | Description | Required |
| --------------- | ----------------------------------------------------------------------------------------------------------------- | ----------- | -------- |
| Id              | string                                                                                                            |             | ✗        |
| Status          | [eVyStatus](/sdk-reference/c-sdk-v3/object-references/enum/evystatus.md)                                          |             | ✗        |
| TransactionHash | string                                                                                                            |             | ✗        |
| TokenTypeId     | int                                                                                                               |             | ✗        |
| Mints           | [VyErc1155TokenTypeMintInfoDto](/sdk-reference/c-sdk-v3/object-references/token/vyerc1155tokentypemintinfodto.md) |             | ✗        |
| Metadata        | [VyMetadataDto](/sdk-reference/c-sdk-v3/object-references/token/vymetadatadto.md)                                 |             | ✗        |
| Fungible        | bool                                                                                                              |             | ✗        |

## References

**Operation**

* [CheckErc1155TokenTypeCreation](/sdk-reference/c-sdk-v3/function-references/token/token-types/checkerc1155tokentypecreation.md)
* [CheckSuiTokenTypeCreation](/sdk-reference/c-sdk-v3/function-references/token/token-types/checksuitokentypecreation.md)
