pub fn state_root_unsorted<A: Into<TrieAccount>>(
state: impl IntoIterator<Item = (B256, A)>,
) -> B256Expand description
Ethereum specific trie root functions.
Sorts the hashed account keys and calculates the root hash of the state represented as MPT.
See state_root for more info.