CWA-175 | added seed language parameter to wallet manager and wallet list service, created seed_language_page and seed_language_store, applied seed language page before create and restore wallet, added mnemonics

This commit is contained in:
Oleksandr Sobol 2020-02-28 22:16:39 +02:00
parent ed31909694
commit cb4fff7aec
40 changed files with 11769 additions and 400 deletions

View file

@ -18,7 +18,7 @@ class Routes {
static const newSubaddress = '/new_subaddress';
static const disclaimer = '/disclaimer';
static const readDisclaimer = '/read_disclaimer';
static const seedAlert = '/seed_alert';
static const seedLanguage = '/seed_language';
static const walletList = '/wallet_list';
static const auth = '/auth';
static const nodeList = '/node_list';