EnsReverseResolver constructor

EnsReverseResolver({
  1. EthereumAddress? address,
  2. required Web3Client client,
  3. int? chainId,
})

Implementation

EnsReverseResolver({
  _i1.EthereumAddress? address,
  required _i1.Web3Client client,
  int? chainId,
}) : super(
        _i1.DeployedContract(
          _contractAbi,
          address ?? ENS_REVERSE_RESOLVER,
        ),
        client,
        chainId,
      );