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