Module updates
Available on crate feature
trie
only.Expand description
Buffer for trie updates.
Modules§
- serde_
bincode_ compat - Bincode-compatible trie updates type serde implementations.
Structs§
- Storage
Trie Updates - Trie updates for storage trie of a single account.
- Storage
Trie Updates Sorted - Sorted trie updates used for lookups and insertions.
- Storage
Trie Updates Sorted Ref - Sorted storage trie updates reference used for serializing to file.
- Trie
Updates - The aggregation of trie updates.
- Trie
Updates Sorted - Sorted trie updates used for lookups and insertions.
- Trie
Updates Sorted Ref - Sorted trie updates reference used for serializing trie to file.