Function storage_root

Source
pub fn storage_root(
    storage: impl IntoIterator<Item = (B256, FlaggedStorage)>,
) -> B256
Expand description

Calculates the root hash of account storage trie.

ยงPanics

If the items are not in sorted order.