Web3WalletConfig constructor
Web3WalletConfig({
- String? privateKey,
- String? name,
- String? icon,
- String? id,
- NetworkConfig? currentNetwork,
- List<
NetworkConfig> ? supportNetworks, - bool? isDebug,
- WalletDialogTheme? dialogTheme,
- dynamic onError(
- JsonRpcMethod method,
- List? params,
- String message
Implementation
Web3WalletConfig({
this.privateKey,
this.name,
this.icon,
this.id,
this.currentNetwork,
this.supportNetworks,
this.isDebug,
this.dialogTheme,
this.onError,
});