Expand description
The module defines the Merklized
blueprint for the storage.
The Merklized
blueprint implements the binary merkle tree on top of the storage
for all entries.
Structsยง
- The
Merklized
blueprint builds the storage as aPlain
blueprint and maintains the binary merkle tree by theMetadata
table.