Expand description
An integration of [reth-trie
] with [reth-db
].
Structs§
- A cursor over the account trie.
- A struct wrapping database cursor over hashed accounts implementing [
HashedCursor
] for iterating over accounts. - A struct wrapping database transaction that implements [
HashedCursorFactory
]. - The structure wrapping a database cursor for hashed storage and a target hashed address. Implements [
HashedCursor
] and [HashedStorageCursor
] for iterating over hashed storage. - A cursor over the storage tries stored in the database.
- Wrapper struct for database transaction implementing trie cursor factory trait.
- The state commitment type for Ethereum’s Merkle Patricia Trie.
- A wrapper around a database transaction that loads prefix sets within a given block range.
Traits§
- Extends [
HashedPostState
] with operations specific for working with a database transaction. - Extends [
HashedStorage
] with operations specific for working with a database transaction. - Extends [
Proof
] with operations specific for working with a database transaction. - Extends [
StateRoot
] with operations specific for working with a database transaction. - Extends [
StorageProof
] with operations specific for working with a database transaction. - Extends [
StorageRoot
] with operations specific for working with a database transaction. - Extends [
TrieWitness
] with operations specific for working with a database transaction. - The
StateCommitment
trait provides associated types for state commitment operations.