Updated on 2026-08-14
This commit is contained in:
parent
933dfb16e7
commit
8fc579ba5c
14 changed files with 228 additions and 27 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue