Module fuel_core_storage::blueprint::merklized
source · 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.