pub fn storage_root(storage: impl IntoIterator<Item = (B256, U256)>) -> B256
Ethereum specific trie root functions. Calculates the root hash of account storage trie.
If the items are not in sorted order.