storage_root

Function storage_root 

pub fn storage_root<I>(storage: I) -> FixedBytes<32>
where I: IntoIterator<Item = (FixedBytes<32>, Uint<256, 4>)>,
Available on crate feature trie only.
Expand description

Compute the storage root for a given account using triehash::sec_trie_root.