EnsReverseRegistrar constructor

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

Implementation

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