> 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/ue5-sdk-v3/function-references/token/token-types/checkerc1155tokentypecreation.md).

# CheckErc1155TokenTypeCreation

This endpoint is used to check the status of token-type creation request.

{% code overflow="wrap" %}

```cpp
void CheckErc1155TokenTypeCreation(FString CreationId, const FVyOnCheckErc1155TokenTypeCreationComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| CreationId | FString                                    | To track the status of token-type creation. It is in the response body of the create token-type endpoint as \`result.id\`. |
| ---------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| OnComplete | FVyOnCheckErc1155TokenTypeCreationComplete | The callback function called when the user preferences retrieval operation is complete.                                    |

\
**OnComplete Callback** (FVyOnCheckErc1155TokenTypeCreationComplete)\
Contains a [FVyCheckErc1155TokenTypeResultDto](/sdk-reference/ue5-sdk-v3/object-references/token/fvycheckerc1155tokentyperesultdto.md) response type
