Function alloy_consensus::proofs::ordered_trie_root

source ยท
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.