GeneratedContract constructor
GeneratedContract(
- DeployedContract self,
- Web3Client client,
- int? chainId
Implementation
GeneratedContract(this.self, this.client, this.chainId);