Updated on 2026-08-14
This commit is contained in:
parent
7e5a678d84
commit
d442154b82
17 changed files with 137 additions and 6 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package com.tangem.domain.tokens.model.details
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
sealed class NavigationAction {
|
||||
data object Staking : NavigationAction()
|
||||
data class YieldSupply(val isActive: Boolean) : NavigationAction()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue