Expand description
State root task interface types shared between the engine tree and the payload builder. State root task interface types shared between the engine tree and the payload builder.
Structs§
- State
Hook Sender - A wrapper for the sender that signals completion when dropped.
- State
Root Compute Outcome - Outcome of the state root computation, including the state root itself with the trie updates.
- State
Root Handle - Handle to a background sparse trie state root computation.
Enums§
- Source
- Source of state changes, either from EVM execution or from a Block Access List.
- State
Root Message - Messages used internally by the multi proof task.
Functions§
- evm_
state_ to_ hashed_ post_ state - Converts [
EvmState] toHashedPostStateby keccak256-hashing addresses and storage slots.