pub fn storage_root( storage: impl IntoIterator<Item = (FixedBytes<32>, FlaggedStorage)>, ) -> FixedBytes<32>
Calculates the root hash of account storage trie.
If the items are not in sorted order.