Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-14 13:24:05 +04:00
parent 10171a3b3e
commit ecf8e5fc96
19 changed files with 125 additions and 55 deletions

View file

@ -5,10 +5,4 @@ import androidx.fragment.app.Fragment
interface StakingRouter {
fun getEntryFragment(): Fragment
companion object {
const val CRYPTO_CURRENCY_ID_KEY = "CRYPTO_CURRENCY_ID_KEY"
const val USER_WALLET_ID_KEY = "USER_WALLET_ID_KEY"
const val YIELD_KEY = "YIELD_KEY"
}
}