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