Function ordered_trie_root_with_encoder
pub fn ordered_trie_root_with_encoder<T, F>(
items: &[T],
encode: F,
) -> FixedBytes<32>
Expand description
Compute a trie root of the collection of items with a custom encoder. This function does not support private nodes. and is used for things like receipt roots rather than state roots.