Updated on 2026-08-14

This commit is contained in:
Tangem 2022-04-12 17:08:21 +03:00
parent a73558501c
commit b718f39048
5 changed files with 8 additions and 9 deletions

View file

@ -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() {