For the complete documentation index, see llms.txt. This page is also available as Markdown.

checkSuiContractDeployment

Description

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

public checkSuiContractDeployment(deploymentId: string) : VyPromise<VyDeployedErc1155ContractDto>

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<VyDeployedErc1155ContractDto>

Last updated