SubscribeEvent
data class SubscribeEvent(val did: Did, val time_us: Long, val kind: SubscribeEventKind, val commit: SubscribeCommit? = null, val identity: SubscribeIdentity? = null, val account: SubscribeAccount? = null)
Constructors
Link copied to clipboard
constructor(did: Did, time_us: Long, kind: SubscribeEventKind, commit: SubscribeCommit? = null, identity: SubscribeIdentity? = null, account: SubscribeAccount? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Union field property that represents the expected data contained within a SubscribeMessage.
Link copied to clipboard
Link copied to clipboard