Function alloy_consensus::proofs::calculate_ommers_root
source ยท pub fn calculate_ommers_root<T>(ommers: &[T]) -> B256where
T: Encodable,
Expand description
Calculates the root hash for ommer/uncle headers.
See Header
.