Updated on 2026-08-14
This commit is contained in:
parent
e94550a09a
commit
d15451b08e
1 changed files with 1 additions and 5 deletions
|
|
@ -41,10 +41,6 @@ data class CurrenciesResponse(val currencies: List<Currency>) {
|
|||
val name: String,
|
||||
val rateBTC: String,
|
||||
val unit: String, // $, €, ₽
|
||||
val type: CurrencyType,
|
||||
val type: String,
|
||||
) : TangemTechResponse
|
||||
|
||||
enum class CurrencyType(val type: String) {
|
||||
Fiat("fiat"), Crypto("crypto")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue