SubscribeEventContent

sealed interface SubscribeEventContent

Represents any of the expected data contained within a SubscribeMessage.

Inheritors

Types

Link copied to clipboard

Represents a SubscribeAccount contained within a SubscribeMessage.

Link copied to clipboard
data class Commit(val commit: SubscribeCommit) : SubscribeEventContent

Represents a SubscribeCommit contained within a SubscribeMessage.

Link copied to clipboard

Represents a SubscribeIdentity contained within a SubscribeMessage.