Updated on 2026-08-14
This commit is contained in:
parent
72dfa81fcf
commit
9957e986e1
4 changed files with 11 additions and 11 deletions
|
|
@ -4,9 +4,9 @@ import java.math.BigDecimal
|
|||
|
||||
data class TokenQuotesShort(
|
||||
val currentPrice: BigDecimal,
|
||||
val h24ChangePercent: BigDecimal,
|
||||
val weekChangePercent: BigDecimal,
|
||||
val monthChangePercent: BigDecimal,
|
||||
val h24ChangePercent: BigDecimal?,
|
||||
val weekChangePercent: BigDecimal?,
|
||||
val monthChangePercent: BigDecimal?,
|
||||
)
|
||||
|
||||
fun TokenQuotesShort.toFull() = TokenQuotes(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue