DeployedContract constructor

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

Constructor.

Implementation

DeployedContract(this.abi, this.address);