pub fn storage_root_unsorted(
storage: impl IntoIterator<Item = (B256, U256)>,
) -> B256Expand description
Ethereum specific trie root functions.
Sorts and calculates the root hash of account storage trie.
See storage_root for more info.
pub fn storage_root_unsorted(
storage: impl IntoIterator<Item = (B256, U256)>,
) -> B256Ethereum specific trie root functions.
Sorts and calculates the root hash of account storage trie.
See storage_root for more info.