CheckErc1155ContractDeployment
Description
This endpoint is used to check the status of the contract creation request.
public static VyTask<VyDeployedErc1155ContractDto> CheckErc1155ContractDeployment(string deploymentId)
Parameters
deploymentId
string
To track the status of contract creation. It is in the response body of the create contract endpoint as `result.id`.
Returns
VyTask<VyDeployedErc1155ContractDto>
Last updated