Available on crate feature
trie only.Expand description
The cursor implementations for navigating hashed state.
Modules§
- metrics
- Metrics tracking hashed cursor implementations.
- mock
test-utils - Mock trie cursor implementations.
- noop
- Implementation of noop hashed state cursor.
Structs§
- Hashed
Cursor Metrics metrics - Prometheus metrics for hashed cursor operations.
- Hashed
Cursor Metrics Cache - Cached metrics counters for hashed cursor operations.
- Hashed
Post State Cursor - A cursor to iterate over state updates and corresponding database entries. It will always give precedence to the data from the post state updates.
- Hashed
Post State Cursor Factory - The hashed cursor factory for the post state.
- Instrumented
Hashed Cursor - A wrapper around a
HashedCursorthat tracks metrics for cursor operations.
Traits§
- Hashed
Cursor - The cursor for iterating over hashed entries.
- Hashed
Cursor Factory - The factory trait for creating cursors over the hashed state.
- Hashed
Post State Cursor Value - Trait for types that can be used with
HashedPostStateCursoras a value. - Hashed
Storage Cursor - The cursor for iterating over hashed storage entries.