Function triehash_ethereum::trie_root
source · [−]pub fn trie_root<I, K, V>(input: I) -> H256 where
I: IntoIterator<Item = (K, V)>,
K: AsRef<[u8]> + Ord,
V: AsRef<[u8]>,
Expand description
Generates a trie root hash for a vector of key-value tuples