dev
dart 153 lines 7.92 KB
Raw
1 class Routes {
2 static const welcome = '/welcome';
3 static const welcomeWallet = '/welcome_create_restore_wallet';
4 static const welcomePage = '/welcome_page';
5 static const newWallet = '/new_wallet';
6 static const setupPin = '/setup_pin_code';
7 static const newWalletFromWelcome = '/new_wallet_from_welcome';
8 static const seed = '/seed';
9 static const restoreOptions = '/restore_options';
10 static const restoreWalletFromSeedKeys = '/restore_wallet_from_seeds_keys';
11 static const restoreWalletFromHardwareWallet = '/restore/hardware_wallet';
12 static const restoreWalletTypeFromQR = '/restore_wallet_from_qr_code';
13 static const restoreWalletChooseDerivation = '/restore_wallet_choose_derivation';
14 static const connectHardwareWallet = '/restore/hardware_wallet/devices';
15 static const chooseHardwareWalletAccount = '/restore/hardware_wallet/accounts';
16 static const dashboard = '/dashboard';
17 static const send = '/send';
18 static const transactionDetails = '/transaction_info';
19 static const payjoinDetails = '/transaction_info/payjoin';
20 static const bumpFeePage = '/bump_fee_page';
21 static const receive = '/receive';
22 static const newSubaddress = '/new_subaddress';
23 static const walletEdit = '/walletEdit';
24 static const disclaimer = '/disclaimer';
25 static const readDisclaimer = '/read_disclaimer';
26 static const readThirdPartyDisclaimer = '/disclaimer/third_party';
27 static const changeRep = '/change_representative';
28 static const walletList = '/view_model.wallet_list';
29 static const auth = '/auth';
30 static const newNode = '/new_node_list';
31 static const newPowNode = '/new_pow_node_list';
32 static const login = '/login';
33 static const splash = '/splash';
34 static const accountCreation = '/account_new';
35 static const nanoAccountCreation = '/nano_account_new';
36 static const addressBook = '/address_book';
37 static const pickerAddressBook = '/picker_address_book';
38 static const pickerWalletAddress = '/picker_wallet_address';
39 static const addressBookAddContact = '/address_book_add_contact';
40 static const showKeys = '/show_keys';
41 static const exchangeConfirm = '/exchange_confirm';
42 static const tradeHistory = '/trade_history';
43 static const tradeDetails = '/trade_details';
44 static const exchangeFunds = '/exchange_funds';
45 static const exchangeTrade = '/exchange_trade';
46 static const exchange = '/exchange';
47 static const settings = '/settings';
48 static const desktop_settings_page = '/desktop_settings_page';
49 static const empty_no_route = '/empty_no_route';
50 static const unlock = '/auth_not_closable';
51 static const rescan = '/rescan';
52 static const faq = '/faq';
53 static const newWalletType = '/new_wallet_type';
54 static const sendTemplate = '/send_template';
55 static const exchangeTemplate = '/exchange_template';
56 static const restoreWalletType = '/restore_wallet_type';
57 static const restoreWallet = '/restore_wallet';
58 static const preSeedPage = '/pre_seed_page';
59 static const transactionSuccessPage = '/transaction_success_info_page';
60 static const backup = '/backup';
61 static const editBackupPassword = '/edit_backup_passowrd';
62 static const restoreFromBackup = '/restore_from_backup';
63 static const support = '/support';
64 static const supportLiveChat = '/support/live_chat';
65 static const supportOtherLinks = '/support/other';
66 static const orderDetails = '/order_details';
67 static const buySellPage = '/buy_sell_page';
68 static const buyOptionsPage = '/buy_sell_options';
69 static const paymentMethodOptionsPage = '/payment_method_options';
70 static const buyWebView = '/buy_web_view';
71 static const unspentCoinsList = '/unspent_coins_list';
72 static const unspentCoinsDetails = '/unspent_coins_details';
73 static const addressPage = '/address_page';
74 static const newReceivePage = '/new_receive_page';
75 static const fullscreenQR = '/fullscreen_qr';
76 static const cakePayWelcomePage = '/cake_pay_welcome_page';
77 static const cakePayLoginPage = '/cake_pay_login_page';
78 static const cakePayCardsPage = '/cake_pay_cards_page';
79 static const cakePayBuyCardPage = '/cake_pay_buy_card_page';
80 static const cakePayVerifyOtpPage = '/cake_pay_verify_otp_page';
81 static const cakePayAccountPage = '/cake_pay_account_page';
82 static const webViewPage = '/web_view_page';
83 static const silentPaymentsSettings = '/silent_payments_settings';
84 static const silentPaymentsLogs = '/silent_payments_logs';
85 static const mwebSettings = '/mweb_settings';
86 static const mwebLogs = '/mweb_logs';
87 static const mwebNode = '/mweb_node';
88 static const connectionSync = '/connection_sync_page';
89 static const securityBackupPage = '/security_and_backup_page';
90 static const securityBackupDuressPin = '/security_and_backup_duress_pin';
91 static const setupDuressPin = '/setup_duress_pin';
92 static const privacyPage = '/privacy_page';
93 static const trocadorProvidersPage = '/trocador_providers_page';
94 static const domainLookupsPage = '/domain_lookups_page';
95 static const displaySettingsPage = '/display_settings_page';
96 static const otherSettingsPage = '/other_settings_page';
97 static const advancedPrivacySettings = '/advanced_privacy_settings';
98 static const sweepingWalletPage = '/sweeping_wallet_page';
99 static const walletPasswordUnlock = '/wallet_password_unlock';
100 static const walletUnlockLoadable = '/wallet_unlock_loadable';
101 static const anonPayInvoicePage = '/anon_pay_invoice_page';
102 static const anonPayReceivePage = '/anon_pay_receive_page';
103 static const anonPayDetailsPage = '/anon_pay_details_page';
104 static const desktop_actions = '/desktop_actions';
105 static const transactionsPage = '/transactions_page';
106 static const setup_2faPage = '/setup_2fa_page';
107 static const setup_2faQRPage = '/setup_2fa_qr_page';
108 static const totpAuthCodePage = '/totp_auth_code_page';
109 static const modify2FAPage = '/modify_2fa_page';
110 static const setup2faInfoPage = '/setup_2fa_info_page';
111 static const homeSettings = '/home_settings';
112 static const editToken = '/edit_token';
113 static const manageNodes = '/manage_nodes';
114 static const managePowNodes = '/manage_pow_nodes';
115 static const walletConnectConnectionsListing = '/wallet-connect-connections-listing';
116 static const nftDetailsPage = '/nft_details_page';
117 static const importNFTPage = '/import_nft_page';
118 static const backgroundSync = '/background_sync';
119 static const startTor = '/start_tor';
120 static const receiveAddresses = "/receive_addresses";
121
122 static const devMoneroBackgroundSync = '/dev/monero_background_sync';
123 static const devMoneroCallProfiler = '/dev/monero_call_profiler';
124 static const devMoneroWalletCacheDebug = '/dev/monero_wallet_cache_debug';
125
126 static const devSharedPreferences = '/dev/shared_preferences';
127 static const devSecurePreferences = '/dev/secure_preferences';
128 static const devBackgroundSyncLogs = '/dev/background_sync_logs';
129 static const devSocketHealthLogs = '/dev/socket_health_logs';
130 static const devNetworkRequests = '/dev/network_requests';
131 static const devQRTools = '/dev/qr_tools';
132 static const devExchangeProviderLogs = '/dev/exchange_provider_logs';
133
134 static const signPage = '/sign_page';
135 static const connectDevices = '/device/connect';
136 static const syncKeyImagesDevices = '/device/sync_key_images';
137 static const urqrAnimatedPage = '/urqr/animated_page';
138 static const walletGroupsDisplayPage = '/wallet_groups_display_page';
139 static const walletGroupDescription = '/wallet_group_description';
140 static const walletGroupExistingSeedDescriptionPage =
141 '/wallet_group_existing_seed_description_page';
142 static const walletSeedVerificationPage = '/wallet_seed_verification_page';
143 static const exchangeTradeExternalSendPage = '/exchange_trade_external_send_page';
144
145 static const dEuroSavings = '/integration/dEuro/savings';
146
147 static const lightningUsernamePage = "/lightning_username_page";
148 static const aboutPage = "/about_page";
149
150 static const bridgeHistoryPage = '/bridge_history_page';
151 static const bridgeDestinationNetworkPage = '/bridge_destination_network_page';
152 static const bridgeReceivingWalletPage = '/bridge_receiving_wallet_page';
153 }