Function alloy_consensus::proofs::storage_root_unsorted
source ยท pub fn storage_root_unsorted(
storage: impl IntoIterator<Item = (FixedBytes<32>, Uint<256, 4>)>,
) -> FixedBytes<32>
Expand description
Sorts and calculates the root hash of account storage trie.
See storage_root
for more info.