GetSuiTokenType
This endpoint fetches the details of a specific SUI token-type by tokenTypeId.
void GetSuiTokenType(FString Chain, FString ContractAddress, int TokenTypeId, const FVyOnGetSuiTokenTypeComplete& OnComplete) const;Parameters
Chain
FString
The blockchain of the contract.
ContractAddress
FString
The contract address
TokenTypeId
int
This is the `id` of the token-type.
OnComplete
FVyOnGetSuiTokenTypeComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetSuiTokenTypeComplete) Contains a FVyErc1155TokenTypeDto response type
Last updated