pub fn storage_root<I>(storage: I) -> FixedBytes<32>where
I: IntoIterator<Item = (FixedBytes<32>, Uint<256, 4>)>,Available on crate feature
trie and (crate features test-utils) only.Expand description
Compute the storage root for a given account using triehash::sec_trie_root.