Unknown

@Serializable
data class Unknown(val type: String? = null) : CoinbaseWebSocketMessage

Catches any message types we haven't explicitly defined.

Constructors

Link copied to clipboard
constructor(type: String? = null)

Properties

Link copied to clipboard
val type: String?