Modules§
Structs§
- AnySecure
Trie Mut - Represents a secure mutable trie where the key is hashed, and operated on any RLP values.
- AnyTrie
Mut - Represents a mutable trie that is operated on any RLP values.
- Cached
Handle - Fixed
Secure Trie Mut - Represents a secure mutable trie where the key is hashed, and operated on a fixed RLP value type.
- Fixed
Trie Mut - Represents a mutable trie that is operated on a fixed RLP value type.
- Memory
Trie Mut - A memory-backed trie.
- Secure
Trie Mut - Represents a secure mutable trie where the key is hashed.
Traits§
- Cached
Database Handle - TrieMut
- Represents a trie that is mutable.
Type Aliases§
- AnyMemory
Trie Mut - A memory-backed trie where the value is operated on any RLP values.
- AnySecure
Memory Trie Mut - A memory-backed trie where the key is hashed and the value is operated on any RLP values.
- Fixed
Memory Trie Mut - A memory-backed trie where the value is operated on a fixed RLP value type.
- Fixed
Secure Memory Trie Mut - A memory-backed trie where the key is hashed and the value is operated on a fixed RLP value type.
- Secure
Memory Trie Mut - A memory-backed trie where the key is hashed.