Web3WalletConfig constructor

Web3WalletConfig({
  1. String? privateKey,
  2. String? name,
  3. String? icon,
  4. String? id,
  5. NetworkConfig? currentNetwork,
  6. List<NetworkConfig>? supportNetworks,
  7. bool? isDebug,
  8. WalletDialogTheme? dialogTheme,
  9. dynamic onError(
    1. JsonRpcMethod method,
    2. List? params,
    3. String message
    )?,
})

Implementation

Web3WalletConfig({
  this.privateKey,
  this.name,
  this.icon,
  this.id,
  this.currentNetwork,
  this.supportNetworks,
  this.isDebug,
  this.dialogTheme,
  this.onError,
});