Updated on 2026-08-14
This commit is contained in:
parent
95f66c8798
commit
cfdcf4da41
16 changed files with 278 additions and 20 deletions
|
|
@ -19,8 +19,8 @@ data class SwapPairProvider(
|
|||
@Json(name = "providerId")
|
||||
val providerId: Int,
|
||||
|
||||
@Json(name = "rateType")
|
||||
val rateType: RateType,
|
||||
@Json(name = "rateTypes")
|
||||
val rateTypes: List<RateType>,
|
||||
)
|
||||
|
||||
enum class RateType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue