TableHashes
The TableHashes
type is used to quickly compare the content of two sets of Table
objects.
{[tableId: Id]: Hash}
It is simply an object of Hash
types, one for each Table
Id
in the MergeableStore
.
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