CoinbaseWebSocketMessage
A sealed class representing all possible incoming messages. We'll start with just the 'ticker' message.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "subscriptions")
Link copied to clipboard
Link copied to clipboard
Catches any message types we haven't explicitly defined.