pub fn calculate_ommers_root<T>(ommers: &[T]) -> FixedBytes<32>where T: Encodable,
Calculates the root hash for ommer/uncle headers.
See Header.
Header