# GetSuiTokenTypes

{% code overflow="wrap" %}

```cpp
void GetSuiTokenTypes(FString Chain, FString ContractAddress, const FVyOnGetSuiTokenTypesComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Chain           | FString                       | The blockchain of the contract.                                                         |
| --------------- | ----------------------------- | --------------------------------------------------------------------------------------- |
| ContractAddress | FString                       | The contract address.                                                                   |
| OnComplete      | FVyOnGetSuiTokenTypesComplete | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetSuiTokenTypesComplete)\
Contains a TArray<[FVyErc1155TokenTypeSummaryDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/token/fvyerc1155tokentypesummarydto)> response type
