EthResolverConfig constructor

EthResolverConfig({
  1. String? prefix,
  2. String? rpcServer,
  3. String? contractAddress,
})

Implementation

EthResolverConfig({this.prefix, this.rpcServer, this.contractAddress});