Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-18 20:58:30 +05:00
parent 63a8133bd7
commit 13bd274bce
6 changed files with 59 additions and 3 deletions

View file

@ -65,6 +65,7 @@ sealed class AnalyticsParam {
data object Intro : ScreensSources("Introduction")
data object MyWallets : ScreensSources("My Wallets")
data object Token : ScreensSources("Token")
data object Stories : ScreensSources("Stories")
}
sealed class TxSentFrom(val value: String) {