GetDeployedErc20Contract

Description

This endpoint is used to check the status of the token contract creation request.

void GetDeployedErc20Contract(const FString& deploymentId) const

Parameters

deploymentId

FString

To track the status of a token contract creation. It is in the response body of the create contract endpoint as `result.id`.

Returns

void

Last updated