pub fn state_root_unhashed<A: Into<TrieAccount>>(
state: impl IntoIterator<Item = (Address, A)>,
) -> B256
Expand description
Hashes and sorts account keys, then proceeds to calculating the root hash of the state
represented as MPT.
See state_root_unsorted
for more info.