Function storage_root_unhashed
pub fn storage_root_unhashed<T>(
storage: impl IntoIterator<Item = (FixedBytes<32>, T)>,
) -> FixedBytes<32>where
T: FlaggedStorageValue,
Expand description
Hashes storage keys, sorts them and them calculates the root hash of the storage trie.
See storage_root_unsorted
for more info.
SEISMIC WARNING: Ensure that the storage values are flagged correctly when calling