Updated on 2026-08-14
This commit is contained in:
parent
c0092847b7
commit
503106376c
27 changed files with 887 additions and 58 deletions
|
|
@ -3,10 +3,12 @@ package com.tangem.domain.promo.models
|
|||
import kotlinx.datetime.Instant
|
||||
|
||||
data class PromoPayoutToken(
|
||||
val tokenId: String,
|
||||
val tokenAddress: String,
|
||||
val tokenSymbol: String,
|
||||
val tokenName: String,
|
||||
val networkId: String,
|
||||
val decimals: Int,
|
||||
)
|
||||
|
||||
data class PromoTimeline(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue