WalletProperties class

Annotations
  • @freezed

Constructors

WalletProperties({bool? claimed, HardwareWalletEnum? hardwareWallet, bool? isAuthenticatorAttached, bool? isSessionKeyCompatible, PasswordSourceTypeEnum? source, String? turnkeyHdWalletId, String? turnkeyPrivateKeyId, String? turnkeySubOrganizationId, String? turnkeyUserId, EmbeddedWalletVersionEnum? version})
const
factory
WalletProperties.fromJson(Map<String, dynamic> json)
factory

Properties

claimed bool?
Dynamic pregenerated this wallet and stored the passcode
no setterinherited
copyWith → $WalletPropertiesCopyWith<WalletProperties>
Create a copy of WalletProperties with the given fields replaced by the non-null parameter values.
no setterinherited
hardwareWallet HardwareWalletEnum?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isAuthenticatorAttached bool?
Whether or not the wallet has an authenticator (passkey, api key, etc) attached to it.
no setterinherited
isSessionKeyCompatible bool?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source PasswordSourceTypeEnum?
no setterinherited
turnkeyHdWalletId String?
no setterinherited
turnkeyPrivateKeyId String?
no setterinherited
turnkeySubOrganizationId String?
no setterinherited
turnkeyUserId String?
no setterinherited
version EmbeddedWalletVersionEnum?
no setterinherited

Methods

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

Operators

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