Module reth_trie::hashed_cursor

source ·
Expand description

The cursor implementations for navigating hashed state.

Structs§

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