SendableUpdate

data class SendableUpdate(val changes: ChangeSet, val clientID: String, val effects: List<StateEffect<*>> = emptyList(), val origin: Transaction)

A sendable update that also carries the originating transaction.

Constructors

Link copied to clipboard
constructor(changes: ChangeSet, clientID: String, effects: List<StateEffect<*>> = emptyList(), origin: Transaction)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard