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