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.
pub fn ordered_trie_root<T>(items: &[T]) -> FixedBytes<32>where
T: Encodable,
Compute a trie root of the collection of rlp encodable items.