Updated on 2026-08-14
This commit is contained in:
parent
5ca696d677
commit
579b3cba32
27 changed files with 887 additions and 58 deletions
|
|
@ -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,
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue