pub fn find_next_epoch_digest<B: BlockT>( header: &B::Header, ) -> Result<Option<NextEpochDescriptor>, Error<B>>
Extract the BABE epoch change digest from the given header, if it exists.