Updated on 2026-08-14
This commit is contained in:
parent
e5a5d5ef97
commit
2e59b7e116
28 changed files with 802 additions and 38 deletions
|
|
@ -6,4 +6,5 @@ import kotlinx.serialization.Serializable
|
|||
sealed class NavigationAction {
|
||||
data object Staking : NavigationAction()
|
||||
data class YieldSupply(val isActive: Boolean) : NavigationAction()
|
||||
data object CloreMigration : NavigationAction()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue