Updated on 2026-08-14
This commit is contained in:
parent
7e5473b8c5
commit
9ae8e54953
10 changed files with 70 additions and 29 deletions
|
|
@ -48,6 +48,9 @@ enum class ExchangeStatus {
|
|||
|
||||
@Json(name = "verifying")
|
||||
VERIFYING,
|
||||
|
||||
@Json(name = "cancelled")
|
||||
CANCELLED,
|
||||
}
|
||||
|
||||
data class ExchangeStatusError(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue