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

CheckSuiTokenMints

This endpoint is used to retrieve all of your SUI token mint requests.

void CheckSuiTokenMints(const FVyQuery_CheckSuiTokenMints& Query, const FVyOnCheckSuiTokenMintsComplete& OnComplete) const;

Parameters

Query

Optional Query Parameters

OnComplete

FVyOnCheckSuiTokenMintsComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnCheckSuiTokenMintsComplete) Contains a TArray<FVyErc1155TokenMintInfoDto> response type

Last updated