Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-13 12:53:59 +04:00
parent c0092847b7
commit 503106376c
27 changed files with 887 additions and 58 deletions

View file

@ -30,10 +30,12 @@ data class PromotionsResponse(
@JsonClass(generateAdapter = true)
data class PromoToken(
@Json(name = "tokenId") val tokenId: String,
@Json(name = "tokenAddress") val tokenAddress: String,
@Json(name = "tokenSymbol") val tokenSymbol: String,
@Json(name = "tokenName") val tokenName: String,
@Json(name = "networkId") val networkId: String,
@Json(name = "decimals") val decimals: Int,
)
}
}