GetErc20TokenMint

Description

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

void GetErc20TokenMint(const FString& mintId) const

Parameters

mintId

FString

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

Returns

void

Last updated