ClientConfig constructor

ClientConfig({
  1. List<String>? seedRPCServerAddr,
  2. List<EthResolverConfig>? ethResolverConfig,
  3. List<DnsResolverConfig>? dnsResolverConfig,
})

Implementation

ClientConfig({
  this.seedRPCServerAddr,
  this.ethResolverConfig,
  this.dnsResolverConfig,
});