# VyCheckErc1155TokenTypeResultDto

## Properties

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

## References

**Operation**

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