Updated on 2026-08-14
This commit is contained in:
parent
a73558501c
commit
b718f39048
5 changed files with 8 additions and 9 deletions
|
|
@ -6,7 +6,7 @@ import java.math.BigDecimal
|
|||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
interface HttpResponse
|
||||
interface TangemTechResponse : HttpResponse
|
||||
sealed interface TangemTechResponse : HttpResponse
|
||||
|
||||
sealed class Coins : TangemTechResponse {
|
||||
data class PricesResponse(val prices: List<Price>) : Coins() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue