pub fn storage_root<I: IntoIterator<Item = (B256, U256)>>(storage: I) -> B256Available on crate feature
test-utils only.Expand description
Compute the storage root for a given account using [triehash::sec_trie_root].
pub fn storage_root<I: IntoIterator<Item = (B256, U256)>>(storage: I) -> B256test-utils only.Compute the storage root for a given account using [triehash::sec_trie_root].