Module hashed_cursor

Module hashed_cursor 

Source
Expand description

The cursor implementations for navigating hashed state.

Re-exports§

pub use metrics::HashedCursorMetrics;metrics
pub use metrics::HashedCursorMetricsCache;
pub use metrics::InstrumentedHashedCursor;

Modules§

metrics
Metrics tracking hashed cursor implementations.
noop
Implementation of noop hashed state cursor.

Structs§

HashedPostStateCursor
A cursor to iterate over state updates and corresponding database entries. It will always give precedence to the data from the post state updates.
HashedPostStateCursorFactory
The hashed cursor factory for the post state.

Traits§

HashedCursor
The cursor for iterating over hashed entries.
HashedCursorFactory
The factory trait for creating cursors over the hashed state.
HashedPostStateCursorValue
Trait for types that can be used with HashedPostStateCursor as a value.
HashedStorageCursor
The cursor for iterating over hashed storage entries.