This endpoint is used to check the status of a SUI token mint request.
void CheckSuiTokenMint(FString MintId, const FVyOnCheckSuiTokenMintComplete& OnComplete) const;
Parameters
MintId
FString
To track the status of token mint. It is in the response body of the mint tokens endpoint as `creations.mints.id`.
OnComplete
FVyOnCheckSuiTokenMintComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnCheckSuiTokenMintComplete) Contains a FVyErc1155TokenMintDto response type
Last updated 3 months ago