Function storage_root_prehashed
pub fn storage_root_prehashed<I>(storage: I) -> FixedBytes<32>
Available on crate feature
trie
only.Expand description
Compute the storage root for a given account with prehashed slots using triehash::trie_root
.