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