pub fn build_state_diff<S: Blockstore, T: Blockstore>(
store: &S,
pre_state: &StateTree<T>,
post_state: &StateTree<T>,
touched_addresses: &HashSet<EthAddress>,
) -> Result<StateDiff>Expand description
Build state diff by comparing pre and post-execution states for touched addresses.