Skip to main content

Module multiproof

Module multiproof 

Source
Expand description

Multiproof task related functionality.

Structs§

StateHookSender
A wrapper for the sender that signals completion when dropped.
StateRootComputeOutcome
Outcome of the state root computation, including the state root itself with the trie updates.
StateRootHandle
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.
StateRootMessage
Messages used internally by the multi proof task.

Functions§

evm_state_to_hashed_post_state
Converts [EvmState] to HashedPostState by keccak256-hashing addresses and storage slots.