pub fn ordered_trie_root<I, V>(input: I) -> B256where I: IntoIterator<Item = V>, V: AsRef<[u8]>,
Generates a trie root hash for a vector of values