FullState

@Serializable
@SerialName(value = "fullState")
class FullState<S>(val sender: ReplicaId, val state: S) : QuiltMessage<S>

The complete current state — sent once on first contact with a peer that has never been seen before. The recipient absorbs it with us.tractat.kuilt.crdt.Quilted.piece.

Constructors

Link copied to clipboard
constructor(sender: ReplicaId, state: S)

Properties

Link copied to clipboard
Link copied to clipboard
val state: S