SearchResults

@Serializable
data class SearchResults(val coins: List<CoinList>, val exchanges: List<Exchange>, val categories: List<CoinCategory>)

Constructors

Link copied to clipboard
constructor(coins: List<CoinList>, exchanges: List<Exchange>, categories: List<CoinCategory>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard