SubscribeEventContent

sealed interface SubscribeEventContent

Represents any of the expected data contained within a SubscribeMessage.

Inheritors

Types

Link copied to clipboard
data class Account(val account: <Error class: unknown class>) : SubscribeEventContent

Represents a SubscribeAccount contained within a SubscribeMessage.

Link copied to clipboard
data class Commit(val commit: <Error class: unknown class>) : SubscribeEventContent

Represents a SubscribeCommit contained within a SubscribeMessage.

Link copied to clipboard
data class Identity(val identity: <Error class: unknown class>) : SubscribeEventContent

Represents a SubscribeIdentity contained within a SubscribeMessage.