Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-02 23:19:29 +03:00
parent 654577d204
commit cc1c1ae3c4
14 changed files with 192 additions and 54 deletions

View file

@ -9,5 +9,8 @@ interface SendRouter {
companion object {
const val CRYPTO_CURRENCY_KEY = "send_crypto_currency"
const val USER_WALLET_ID_KEY = "send_user_wallet_id"
const val TRANSACTION_ID_KEY = "send_transaction_id"
const val AMOUNT_KEY = "send_amount"
const val DESTINATION_ADDRESS_KEY = "send_destination_address"
}
}