WalletProviderEntity class
- Inheritance
-
- Object
- WalletEntity
- WalletProviderEntity
Constructors
- WalletProviderEntity({required WalletProvider walletProvider, required String? publicAddress, required String session, required String encryptionPublicKey})
-
WalletProviderEntity.fromJson(Map<
String, dynamic> map) -
factory
Properties
- available → bool
-
finalinherited
- encryptionPublicKey → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- publicAddress → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- session → String
-
final
- walletProvider → WalletProvider
-
finalinherited
Methods
-
copyWith(
{WalletProvider? walletProvider, String? publicAddress}) → WalletEntity -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
covariant WalletEntity other) → bool -
The equality operator.
inherited