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