API Reference / @evolu/common / Evolu/Protocol / CrdtMessage
Interface: CrdtMessage
Defined in: packages/common/src/Evolu/Protocol.ts:276
A CRDT message that combines a unique Timestamp with a DbChange.
Properties
Property | Modifier | Type | Defined in |
---|---|---|---|
change | readonly | DbChange | packages/common/src/Evolu/Protocol.ts:278 |
timestamp | readonly | Readonly | packages/common/src/Evolu/Protocol.ts:277 |