EmbeddedWalletOptions constructor

EmbeddedWalletOptions({
  1. required List<int> chainIdList,
  2. required bool isSupportTestnet,
  3. required LanguageEnum language,
  4. required CurrencyEnum fiatCoin,
  5. required int promptMasterPassword,
  6. required int promptPaymentPassword,
  7. required bool enableAA,
  8. required String accountName,
  9. required String accountVersion,
})

Implementation

EmbeddedWalletOptions({
  required this.chainIdList,
  required this.isSupportTestnet,
  required this.language,
  required this.fiatCoin,
  required this.promptMasterPassword,
  required this.promptPaymentPassword,
  required this.enableAA,
  required this.accountName,
  required this.accountVersion,
});