ContentHashes
The ContentHashes
type is used to quickly compare the content of two MergeableStore
objects.
[tablesHash: Hash, valuesHash: Hash]
It is simply an array of two Hash
types, one for the MergeableStore
's Tables
and one for its Values
.
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