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