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