Function storage_root

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

Calculates the root hash of account storage trie.

ยงPanics

If the items are not in sorted order.