EmbeddedWalletOptions class
- Annotations
-
- @JsonSerializable()
Constructors
-
EmbeddedWalletOptions({required List<
int> chainIdList, required bool isSupportTestnet, required LanguageEnum language, required CurrencyEnum fiatCoin, required int promptMasterPassword, required int promptPaymentPassword, required bool enableAA, required String accountName, required String accountVersion}) -
EmbeddedWalletOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountName → String
-
final
- accountVersion → String
-
final
-
chainIdList
→ List<
int> -
final
- enableAA → bool
-
final
- fiatCoin → CurrencyEnum
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSupportTestnet → bool
-
final
- language → LanguageEnum
-
final
- promptMasterPassword → int
-
final
- promptPaymentPassword → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited