Web3WalletConfig class

Constructors

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)?})

Properties

currentNetwork NetworkConfig?
final
dialogTheme WalletDialogTheme?
final
hashCode int
The hash code for this object.
no setterinherited
icon String?
final
id String?
final
isDebug bool?
final
name String?
final
onError → dynamic Function(JsonRpcMethod method, List? params, String message)?
final
privateKey String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportNetworks List<NetworkConfig>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited