Function reth_trie::root::storage_root

pub fn storage_root(
    storage: impl IntoIterator<Item = (FixedBytes<32>, Uint<256, 4>)>,
) -> FixedBytes<32>
Expand description

Calculates the root hash of account storage trie.

ยงPanics

If the items are not in sorted order.