Function state_root_prehashed

pub fn state_root_prehashed<I, S>(accounts: I) -> FixedBytes<32>
where I: IntoIterator<Item = (FixedBytes<32>, (Account, S))>, S: IntoIterator<Item = (FixedBytes<32>, Uint<256, 4>)>,
Available on crate features trie and test-utils only.
Expand description

Compute the state root of a given set of accounts with prehashed keys using triehash::trie_root.