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