Expand description
The cursor implementations for navigating account and storage tries.
Modules§
- Noop trie cursor implementations.
Structs§
- Cursor for iterating over a subtrie.
- The cursor to iterate over account trie updates and corresponding database entries. It will always give precedence to the data from the trie updates.
- The cursor to iterate over storage trie updates and corresponding database entries. It will always give precedence to the data from the trie updates.
- The trie cursor factory for the trie updates.
Traits§
- A cursor for navigating a trie that works with both Tables and DupSort tables.
- Factory for creating trie cursors.