Enumeration ContractState

The state of a contract on the blockchain

Enumeration Members

Created: "CREATED"

The contract has been created but deployment hasn't started yet.

DeployFailed: "DEPLOY_FAILED"

The contract deployment failed.

Deploying: "DEPLOYING"

The contract is being deployed.

Ready: "READY"

The contract has been deployed.

UpdateFailed: "UPDATE_FAILED"

The contract update failed.

Updating: "UPDATING"

The contract is being updated.

Generated using TypeDoc