Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-10 18:03:44 +03:00
parent a0ce025263
commit 9cc6f26cf4
21 changed files with 471 additions and 3 deletions

View file

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