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§

HashedPostStateAccountCursor
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.
HashedPostStateCursorFactory
The hashed cursor factory for the post state.
HashedPostStateStorageCursor
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§

HashedCursor
The cursor for iterating over hashed entries.
HashedCursorFactory
The factory trait for creating cursors over the hashed state.
HashedStorageCursor
The cursor for iterating over hashed storage entries.