Module hash_builder
Available on crate feature
trie
only.Expand description
The implementation of hash builder. MPT hash builder implementation.
Structs§
- Hash
Builder - A component used to construct the root hash of the trie.
- Hash
Builder State - The hash builder state for storing in the database.
Check the
reth-trie
crate for more info on hash builder. - Hash
Builder Value - Hash builder value.
Enums§
- Hash
Builder Value Ref - Hash builder value reference.