Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-24 15:31:02 +03:00
parent 933dfb16e7
commit 8fc579ba5c
14 changed files with 228 additions and 27 deletions

View file

@ -18,6 +18,12 @@ data class ExchangeStatusResponse(
@Json(name = "error")
val error: ExchangeStatusError?,
@Json(name = "refundNetwork")
val refundNetwork: String? = null,
@Json(name = "refundContractAddress")
val refundContractAddress: String? = null,
)
enum class ExchangeStatus {