getTokenMintStatus
This endpoint is used to check the status of a token mint request.
public getTokenMintStatus(mintId: string) : VyPromise<VyTokenMintStatusDto>
Parameters
mintId
string
To track the status of token mint. It is in the response body of the mint tokens endpoint as `result.mints.id`.
Returns
VyPromise<VyTokenMintStatusDto>
Last updated