Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-04 22:40:09 +08:00
parent a2425acf09
commit 7c3d6bf9af
8 changed files with 46 additions and 14 deletions

View file

@ -23,6 +23,9 @@ data class ExchangeProvider(
@Json(name = "privacyPolicy")
val privacyPolicy: String?,
@Json(name = "recommended")
val isRecommended: Boolean = false,
)
enum class ExchangeProviderType {