For the complete documentation index, see llms.txt. This page is also available as Markdown.

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