ClientConfig constructor
ClientConfig({
- List<
String> ? seedRPCServerAddr, - List<
EthResolverConfig> ? ethResolverConfig, - List<
DnsResolverConfig> ? dnsResolverConfig, - int? crossSendPolicy,
Implementation
ClientConfig({
this.seedRPCServerAddr,
this.ethResolverConfig,
this.dnsResolverConfig,
this.crossSendPolicy,
});