Skip to main content

evm_state_to_hashed_post_state

Function evm_state_to_hashed_post_state 

pub fn evm_state_to_hashed_post_state(
    update: HashMap<Address, Account, FbBuildHasher<20>>,
) -> HashedPostState
Expand description

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