getContractDeploymentStatus

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

public getContractDeploymentStatus(deploymentId: String) : VyPromise<VyDeployedContractDto>

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

VyPromise<VyDeployedContractDto>

Last updated