GetSuiTokenTypes
void GetSuiTokenTypes(FString Chain, FString ContractAddress, const FVyOnGetSuiTokenTypesComplete& OnComplete) const;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> response type
Last updated