Function reth_trie_common::root::ordered_trie_root

source ยท
pub fn ordered_trie_root<T: Encodable>(items: &[T]) -> B256
Expand description

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