Updated on 2026-08-14
This commit is contained in:
parent
f80c30c206
commit
464f8f8a80
14 changed files with 115 additions and 102 deletions
|
|
@ -0,0 +1,6 @@
|
|||
package com.tangem.datasource.api.express.models.response
|
||||
|
||||
class SwapPairsWithProviders(
|
||||
val swapPair: List<SwapPair>,
|
||||
val providers: List<ExchangeProvider>,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue