API reference › @evolu/common › local‑first/Storage › CrdtMessage
Defined in: packages/common/src/local-first/Storage.ts:249
A CRDT message combining a unique Timestamp with a DbChange.
Used in Evolu's sync protocol to replicate data changes across devices. Evolu operates as a durable queue, providing exactly-once delivery guarantees for reliable synchronization across application restarts and network failures.
Properties
change
readonly change: DbChange;
Defined in: packages/common/src/local-first/Storage.ts:251
timestamp
readonly timestamp: Timestamp;
Defined in: packages/common/src/local-first/Storage.ts:250