CheckSuiTokenTypeCreation
Description
This endpoint is used to check the status of a SUI token-type creation request.
public static VyTask<VyCheckErc1155TokenTypeResultDto> CheckSuiTokenTypeCreation(string creationId)
Parameters
creationId
string
To track the status of token-type creation. It is in the response body of the create token-type endpoint as `result.id`.
Returns
VyTask<VyCheckErc1155TokenTypeResultDto>
Last updated