Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-25 19:44:25 +03:00
parent cd28b90873
commit d6370a1f59
15 changed files with 592 additions and 24 deletions

View file

@ -8,5 +8,6 @@ interface SendRouter {
companion object {
const val CRYPTO_CURRENCY_KEY = "send_crypto_currency"
const val USER_WALLET_ID_KEY = "send_user_wallet_id"
}
}