Function reth_trie_common::root::storage_root

source ·
pub fn storage_root(storage: impl IntoIterator<Item = (B256, U256)>) -> B256
Expand description

Calculates the root hash of account storage trie.

§Panics

If the items are not in sorted order.