Function reth_trie::root::ordered_trie_root

pub fn ordered_trie_root<T>(items: &[T]) -> FixedBytes<32>
where T: Encodable,
Expand description

Compute a trie root of the collection of rlp encodable items.