ExplorerService constructor

ExplorerService({
  1. required String projectId,
  2. String explorerUriRoot = 'https://explorer-api.walletconnect.com',
  3. Set<String>? recommendedWalletIds,
  4. ExcludedWalletState excludedWalletState = ExcludedWalletState.list,
  5. Set<String>? excludedWalletIds,
})

Implementation

ExplorerService({
  required this.projectId,
  this.explorerUriRoot = 'https://explorer-api.walletconnect.com',
  this.recommendedWalletIds,
  this.excludedWalletState = ExcludedWalletState.list,
  this.excludedWalletIds,
});