Module casper_execution_engine::storage::trie
source · Expand description
Merkle Trie implementation. Core types for a Merkle Trie
Modules
- Merkle proofs.
Structs
- Represents the underlying structure of a node in a Merkle Trie
- Newtype representing a trie node in its raw form without deserializing into
Trie
.
Enums
- An iterator over the descendants of a trie node.
- Represents a pointer to the next object in a Merkle Trie
- Represents a Merkle Trie.
Type Aliases
- A parent is represented as a pair of a child index and a node or extension.
- Type alias for arrays of pointer block values.
- Type alias for values under pointer blocks.