Updated on 2026-08-14
This commit is contained in:
parent
07bf6c376c
commit
11f62a51bc
8 changed files with 50 additions and 9 deletions
|
|
@ -23,6 +23,9 @@ data class ExpressErrorValue(
|
|||
@Json(name = "minAmount")
|
||||
val minAmount: String?,
|
||||
|
||||
@Json(name = "maxAmount")
|
||||
val maxAmount: String?,
|
||||
|
||||
@Json(name = "decimals")
|
||||
val decimals: Int?,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue