Module hashed_cursor
Available on crate feature
trie
only.Expand description
The cursor implementations for navigating hashed state.
Modules§
- noop
- Implementation of noop hashed state cursor.
Structs§
- Hashed
Post State Account Cursor - The cursor to iterate over post state hashed accounts and corresponding database entries. It will always give precedence to the data from the hashed post state.
- Hashed
Post State Cursor Factory - The hashed cursor factory for the post state.
- Hashed
Post State Storage Cursor - The cursor to iterate over post state hashed storages and corresponding database entries. It will always give precedence to the data from the post state.
Traits§
- Hashed
Cursor - The cursor for iterating over hashed entries.
- Hashed
Cursor Factory - The factory trait for creating cursors over the hashed state.
- Hashed
Storage Cursor - The cursor for iterating over hashed storage entries.