Web3WalletConfig constructor

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

Public member.

Implementation

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