GeneratedContract constructor

GeneratedContract(
  1. DeployedContract self,
  2. Web3Client client,
  3. int? chainId
)

Constructor.

Implementation

GeneratedContract(this.self, this.client, this.chainId);