Configure wallet types for the app

This commit is contained in:
M 2021-12-24 14:37:24 +02:00
parent dd784a7829
commit e6b1da376d
224 changed files with 903 additions and 23743 deletions

View file

@ -12,7 +12,7 @@ import 'package:cake_wallet/core/key_service.dart';
import 'package:cake_wallet/entities/encrypt.dart';
import 'package:cake_wallet/entities/preferences_key.dart';
import 'package:cake_wallet/entities/secret_store_key.dart';
import 'package:cake_wallet/entities/wallet_info.dart';
import 'package:cw_core/wallet_info.dart';
import 'package:cake_wallet/.secrets.g.dart' as secrets;
class BackupService {