SmartWallet class

Represents a smart wallet with its associated properties.

Annotations
  • @freezed

Constructors

SmartWallet({required String ownerAddress, required String smartWalletAddress, required WalletModules walletModules, required String paddedVersion, required String version, @Default(['fuse']) List<String> networks})
Constructs a new SmartWallet instance.
factory
SmartWallet.fromJson(Map<String, dynamic> json)
Creates a SmartWallet instance from a JSON object.
factory

Properties

copyWith → $SmartWalletCopyWith<SmartWallet>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
networks List<String>
no setterinherited
ownerAddress String
no setterinherited
paddedVersion String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smartWalletAddress String
no setterinherited
version String
no setterinherited
walletModules WalletModules
no setterinherited

Methods

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

Operators

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