Function storage_root_unsorted

Source
pub fn storage_root_unsorted(
    storage: impl IntoIterator<Item = (B256, FlaggedStorage)>,
) -> B256
Expand description

Sorts and calculates the root hash of account storage trie. See storage_root for more info.