DeployedContract constructor
DeployedContract(
- ContractAbi abi,
- EthereumAddress address
Implementation
DeployedContract(this.abi, this.address);
DeployedContract(this.abi, this.address);