Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-13 12:55:37 +04:00
parent f895968639
commit 87987689d3
7 changed files with 43 additions and 51 deletions

View file

@ -5,13 +5,4 @@ import androidx.fragment.app.Fragment
interface SendRouter {
fun getEntryFragment(): Fragment
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 TAG_KEY = "send_tag"
const val DESTINATION_ADDRESS_KEY = "send_destination_address"
}
}