DeployedContract constructor

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

Implementation

DeployedContract(this.abi, this.address);