Expand description
The cursor implementations for navigating hashed state.
Re-exports§
pub use metrics::HashedCursorMetrics;metricspub use metrics::HashedCursorMetricsCache;pub use metrics::InstrumentedHashedCursor;
Modules§
- metrics
- Metrics tracking hashed cursor implementations.
- noop
- Implementation of noop hashed state cursor.
Structs§
- 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.
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.