pub fn storage_root<I: IntoIterator<Item = (B256, U256)>>(storage: I) -> B256
Available 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) -> B256
test-utils
only.Compute the storage root for a given account using [triehash::sec_trie_root
].