state_root

Function state_root 

pub fn state_root<I, S>(accounts: I) -> FixedBytes<32>
where I: IntoIterator<Item = (Address, (Account, S))>, S: IntoIterator<Item = (FixedBytes<32>, Uint<256, 4>)>,
Available on crate feature trie only.
Expand description

Compute the state root of a given set of accounts using triehash::sec_trie_root.