checkSuiTokenMint

Description

This endpoint is used to check the status of a SUI token mint request.

public checkSuiTokenMint(mintId: string) : VyPromise<VyErc1155TokenMintDto>

Parameters

mintId

string

To track the status of token mint. It is in the response body of the mint tokens endpoint as `creations.mints.id`.

Returns

VyPromise<VyErc1155TokenMintDto>

Last updated