TinyBase logoTinyBase β

Stamp

The Stamp type is used as metadata to decide how to merge two different MergeableStore objects together.

Hashed extends true ? [thing: Thing, hlc: Hlc, hash: Hash] : [thing: Thing, hlc?: Hlc]

It describes a combination of a value (or object), an Hlc timestamp, and optionally a Hash, all in an array.

This type is mostly utilized internally within TinyBase itself and is generally assumed to be opaque to applications that use it.

Since

v5.0.0