DeployedContract constructor

DeployedContract(
  1. ContractAbi abi,
  2. XCBAddress address
)

Implementation

DeployedContract(this.abi, this.address);