API reference / @evolu/common / Evolu/Protocol / CrdtMessage
Interface: CrdtMessage
Defined in: packages/common/src/Evolu/Protocol.ts:324
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:326 |
timestamp | readonly | Timestamp | packages/common/src/Evolu/Protocol.ts:325 |