Module trie_cursor
Available on crate feature
trie
only.Expand description
The cursor implementations for navigating account and storage tries.
Modules§
- noop
- Noop trie cursor implementations.
Structs§
- Cursor
SubNode - Cursor for iterating over a subtrie.
- InMemory
Account Trie Cursor - The cursor to iterate over account trie updates and corresponding database entries. It will always give precedence to the data from the trie updates.
- InMemory
Storage Trie Cursor - The cursor to iterate over storage trie updates and corresponding database entries. It will always give precedence to the data from the trie updates.
- InMemory
Trie Cursor Factory - The trie cursor factory for the trie updates.
Traits§
- Trie
Cursor - A cursor for navigating a trie that works with both Tables and DupSort tables.
- Trie
Cursor Factory - Factory for creating trie cursors.