Updated on 2026-08-14
This commit is contained in:
parent
a0ce025263
commit
9cc6f26cf4
21 changed files with 471 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue